Skip to content

Commit

Permalink
Publish sha256 hash for Linux & Windows releases (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
majd authored Jan 6, 2023
1 parent 8dd1a85 commit 5d01426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
- run: tar -czvf $BIN.tar.gz bin/$BIN
env:
BIN: ipatool-${{ needs.get_version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}
- run: ./tools/sha256sum.sh $TARBALL > $TARBALL.sha256sum
env:
TARBALL: ipatool-${{ needs.get_version.outputs.version }}-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5d01426

Please sign in to comment.