Skip to content

Commit

Permalink
Merge pull request gruntwork-io#14 from conn/improvement/publish-chec…
Browse files Browse the repository at this point in the history
…ksums

Add checksums to release files
  • Loading branch information
brikis98 authored Mar 4, 2019
2 parents db2d09f + 68d26df commit 7724958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- checkout
- attach_workspace:
at: /go/src/github.com/gruntwork-io/health-checker
- run: cd bin && sha256sum * > SHA256SUMS
- run: upload-github-release-assets bin/*

workflows:
Expand Down

0 comments on commit 7724958

Please sign in to comment.