Skip to content

Commit

Permalink
circle
Browse files Browse the repository at this point in the history
  • Loading branch information
danny committed Apr 15, 2020
1 parent d2c98e1 commit fc2db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
zip artifacts/gitmoo-goog.exe.zip /go/src/github.com/dtylman/gitmoo-goog/gitmoo-goog.exe
cp /go/src/github.com/dtylman/gitmoo-goog/installer/*.deb artifacts
go get -u github.com/tcnksm/ghr
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete build-${CIRCLE_BUILD_NUM} ./artifacts
- store_artifacts:
path: /go/src/github.com/dtylman/gitmoo-goog/artifacts

0 comments on commit fc2db69

Please sign in to comment.