Skip to content

Commit f493d8a

Browse files
committed
CI: remove .app upload step (directory, not file; .dmg already contains it)
1 parent 0d864b1 commit f493d8a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-gui-branch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,6 @@ jobs:
120120
path: src-tauri/target/${{ matrix.rust_target }}/release/bundle/dmg/*.dmg
121121
retention-days: 14
122122

123-
- name: Upload artifacts (macOS .app)
124-
if: startsWith(matrix.platform, 'macos')
125-
uses: actions/upload-artifact@v4
126-
with:
127-
name: get_MNV-${{ matrix.label }}-app
128-
path: src-tauri/target/${{ matrix.rust_target }}/release/bundle/macos/*.app
129-
retention-days: 14
130-
131123
- name: Upload artifacts (Linux .deb + .AppImage)
132124
if: matrix.platform == 'ubuntu-22.04'
133125
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)