diff --git a/.circleci/config.yml b/.circleci/config.yml index a0e2eee7..556452d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: steps: - checkout - run: ./godelw publish bintray --url https://api.bintray.com --subject palantir --repository releases --username "$BINTRAY_USERNAME" --password "$BINTRAY_PASSWORD" --publish --downloads-list bouncer - - run: sha256sum dist/*.tgz + - run: sha256sum out/dist/bouncer/*/os-arch-bin/*.tgz workflows: version: 2