We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4628227 + 18f33ed commit 0c6fcdcCopy full SHA for 0c6fcdc
.circleci/config.yml
@@ -67,6 +67,7 @@ jobs:
67
- checkout
68
- attach_workspace:
69
at: /go/src/github.com/gruntwork-io/cloud-nuke
70
+ - run: cd bin && sha256sum * > SHA256SUMS
71
- run: upload-github-release-assets bin/*
72
73
workflows:
0 commit comments