From 5d9f19e2b1e633dfcbd3157dadbabc0e0928f7fe Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 24 Mar 2017 13:42:09 +0100 Subject: [PATCH] Hopefully a fix --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 18a7ab4..9e031b2 100644 --- a/circle.yml +++ b/circle.yml @@ -17,4 +17,4 @@ deployment: - go get github.com/tcnksm/ghr - export commit="$(git rev-parse --short=7 HEAD)" - export GIT_TAG=HIDtoVPADNetworkClient-nightly-$commit - - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release. Use caution! We recommend downloading a stable release from the README.' $GIT_TAG ci/ + - ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release. Use caution! We recommend downloading a stable release from the README.' "$GIT_TAG" ci/