Upload all artifacts on release

This commit is contained in:
John Maguire 2020-01-02 17:14:21 +00:00
parent eec38a64d1
commit 702d69ee06
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ jobs:
command: |
go get github.com/tcnksm/ghr
VERSION=${CIRCLE_TAG}
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} /tmp/artifacts/**/*
workflows:
version: 2