Skip to content

Commit

Permalink
feat: Add binaries sha256 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Oct 9, 2020
1 parent 36a2374 commit ce7cc9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
command: |
VERSIONJUMP=$(git log --oneline -1 --pretty=%B | cat | grep -E 'minor|major|patch' | awk -F ':' '{print $1}')
VERSION=$(/workdir/nextver.sh "$VERSIONJUMP")
sha256 dist/snyk-jira-sync-linux > dist/snyk-jira-sync-linux.sha256
sha256 dist/snyk-jira-sync-macos > dist/snyk-jira-sync-macos.sha256
sha256 dist/snyk-jira-sync-win.exe > dist/snyk-jira-sync-win.exe.sha256
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${VERSION} dist/
workflows:
Expand Down

0 comments on commit ce7cc9a

Please sign in to comment.