Skip to content

Commit

Permalink
Another fix of CI for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Revertron committed Jul 12, 2024
1 parent eebd53b commit b4f68c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${{ needs.get_version.outputs.project_version }}"
gh release upload "$tag_name" alfis-*
gh release upload "$tag_name" *.deb
gh release upload "$tag_name" alfis-* --clobber
gh release upload "$tag_name" *.deb --clobber
build-and-upload-gui-zips:
name: Create and upload builds
Expand Down

0 comments on commit b4f68c6

Please sign in to comment.