Skip to content

Commit

Permalink
hup
Browse files Browse the repository at this point in the history
  • Loading branch information
dps committed Jul 13, 2019
1 parent 18a84ba commit 725ce34
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 @@ -55,7 +55,7 @@ jobs:
- run:
command: |
mkdir -p ./go
export GOPATH=./go
export GOPATH=`pwd`/go
go get -u github.com/tcnksm/ghr
export PATH=/root/go/bin:$PATH
if [ "${CIRCLE_TAG}" != "" ] ; then ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./artifacts/; fi

0 comments on commit 725ce34

Please sign in to comment.