Skip to content

Commit

Permalink
Fix generating sha256 hash in release workflow (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
majd committed Dec 5, 2022
1 parent 98bd6f0 commit ff582bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
with:
name: ${{ steps.output.outputs.file }}
path: bin
- uses: actions/checkout@v2
- run: tar -czvf ${{ steps.output.outputs.file }}.tar.gz bin/${{ steps.output.outputs.file }}
- run: ./tools/sha256sum.sh ${{ steps.output.outputs.file }}.tar.gz > ${{ steps.output.outputs.file }}.tar.gz.sha256sum
- uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit ff582bb

Please sign in to comment.