Skip to content

Commit

Permalink
fix ghr option
Browse files Browse the repository at this point in the history
  • Loading branch information
diginatu committed Oct 5, 2016
1 parent be84edf commit 4cd0d4e
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 @@ -33,4 +33,4 @@ deployment:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
- gox -osarch "linux/amd64 darwin/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}"
- ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} dist/
- ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} --replace ${CIRCLE_TAG} dist/

0 comments on commit 4cd0d4e

Please sign in to comment.