We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc46f commit 92713fcCopy full SHA for 92713fc
.github/workflows/build.yml
@@ -272,10 +272,11 @@ jobs:
272
if: inputs.upload-artifacts && contains(inputs.platform, 'ubuntu')
273
uses: actions/upload-artifact@v4
274
with:
275
- name: ${{ inputs.asset-prefix }}-${{ inputs.target }}
+ name: ${{ inputs.asset-prefix }}-${{ inputs.platform }}-${{ inputs.target }}
276
path: |
277
src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/deb/*.deb
278
src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/appimage/*.AppImage
279
+ src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/rpm/*.rpm
280
retention-days: 30
281
282
- name: Upload artifacts (Windows)
0 commit comments