We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d864b1 commit f493d8aCopy full SHA for f493d8a
1 file changed
.github/workflows/build-gui-branch.yml
@@ -120,14 +120,6 @@ jobs:
120
path: src-tauri/target/${{ matrix.rust_target }}/release/bundle/dmg/*.dmg
121
retention-days: 14
122
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
-
131
- name: Upload artifacts (Linux .deb + .AppImage)
132
if: matrix.platform == 'ubuntu-22.04'
133
uses: actions/upload-artifact@v4
0 commit comments