Skip to content

Commit

Permalink
sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
s12v committed Dec 9, 2018
1 parent 8cb3a69 commit d395336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- ls secure-exec-* | xargs -I '{}' bash -c "sha2 -256 -q {} > {}.sha256"
- ls secure-exec-* | xargs -I '{}' bash -c "sha256sum -b {} | cut -d ' ' -f1 > {}.sha256"

deploy:
provider: releases
Expand Down

0 comments on commit d395336

Please sign in to comment.