Skip to content

Commit

Permalink
Fix sha256sum path
Browse files Browse the repository at this point in the history
Since godel2 changed the path of created dists.
  • Loading branch information
holtwilkins committed Jun 20, 2018
1 parent a6eb2b4 commit 46e092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46e092a

Please sign in to comment.