Skip to content

Commit

Permalink
Last (I hope) 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 b4f68c6 commit 083d304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${{ needs.get_version.outputs.project_version }}"
gh release upload "$tag_name" alfis-* --clobber
gh release upload "$tag_name" ./bin/alfis-* --clobber
gh release upload "$tag_name" *.deb --clobber
build-and-upload-gui-zips:
Expand Down

0 comments on commit 083d304

Please sign in to comment.