diff --git a/.circleci/config.yml b/.circleci/config.yml index a5b6132..9051afe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: