mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 02:13:41 +00:00
Upload rpm assets
This commit is contained in:
parent
ba3ef6030e
commit
be48af7274
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue