Skip to content

Commit 0c6fcdc

Browse files
authored
Merge pull request #53 from conn/improvement/publish-checksums
Add checksums to release files
2 parents 4628227 + 18f33ed commit 0c6fcdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- checkout
6868
- attach_workspace:
6969
at: /go/src/github.com/gruntwork-io/cloud-nuke
70+
- run: cd bin && sha256sum * > SHA256SUMS
7071
- run: upload-github-release-assets bin/*
7172

7273
workflows:

0 commit comments

Comments
 (0)