Skip to content

Commit

Permalink
publish sha256 signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed May 14, 2022
1 parent e54633e commit 88c175b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -26,3 +26,4 @@ jobs:
files: |
LICENSE.md
target/*.gz
target/*.sha256
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ cross-compile:
OUTFILE=s3backup-osx-arm64 GOOS=darwin GOARCH=arm64 $(MAKE) compile
OUTFILE=s3backup-win-amd64.exe GOOS=windows GOARCH=amd64 $(MAKE) compile
OUTFILE=s3backup-win-386.exe GOOS=windows GOARCH=386 $(MAKE) compile
(cd target && find . -name '*.gz' -exec sha256sum {} \;) > target/verify.sha256

0 comments on commit 88c175b

Please sign in to comment.