Skip to content

Commit 92713fc

Browse files
committed
fix artifact name
1 parent e3fc46f commit 92713fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,11 @@ jobs:
272272
if: inputs.upload-artifacts && contains(inputs.platform, 'ubuntu')
273273
uses: actions/upload-artifact@v4
274274
with:
275-
name: ${{ inputs.asset-prefix }}-${{ inputs.target }}
275+
name: ${{ inputs.asset-prefix }}-${{ inputs.platform }}-${{ inputs.target }}
276276
path: |
277277
src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/deb/*.deb
278278
src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/appimage/*.AppImage
279+
src-tauri/target/${{ steps.build-profile.outputs.profile }}/bundle/rpm/*.rpm
279280
retention-days: 30
280281

281282
- name: Upload artifacts (Windows)

0 commit comments

Comments
 (0)