add shasum create for releases bin files

pull/286/head
MaxPeal 5 years ago committed by GitHub
parent 42448c5f37
commit 9cbd02d20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ env:
script: script:
- make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross - make binaries validate-all && TARGETPLATFORM="${CROSS_PLATFORMS}" ./hack/cross
- for i in ./out/*; do shasum --binary -a 256 "$i" >> "$i.sha256"; done
deploy: deploy:
- provider: script - provider: script

Loading…
Cancel
Save