Upload rpm assets

This commit is contained in:
Jan-Henrik Bruhn 2025-12-08 16:59:24 +01:00
parent ba3ef6030e
commit be48af7274

View file

@ -77,7 +77,7 @@ jobs:
- name: Upload Linux assets
if: matrix.os == 'ubuntu-latest'
run: |
for file in out/make/deb/x64/*.deb out/make/AppImage/x64/*.AppImage; do
for file in out/make/rpm/x64/*.rpm out/make/deb/x64/*.deb out/make/AppImage/x64/*.AppImage; do
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber
done
env: