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 083d304 commit 7c5cc18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust_parallel_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tag_name="${{ needs.get_version.outputs.project_version }}"
ls -lh ./bin/
gh release upload "$tag_name" ./bin/alfis-* --clobber
gh release upload "$tag_name" *.deb --clobber
Expand Down

0 comments on commit 7c5cc18

Please sign in to comment.