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: | command: |
go get github.com/tcnksm/ghr go get github.com/tcnksm/ghr
VERSION=${CIRCLE_TAG} 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: workflows:
version: 2 version: 2