diff --git a/circle.yml b/circle.yml index 8fcc550..992c331 100644 --- a/circle.yml +++ b/circle.yml @@ -6,6 +6,6 @@ deployment: tag: /v(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*)){2}/ commands: - go get github.com/mitchellh/gox - - go get github.com/tcnksm/ghr' + - go get github.com/tcnksm/ghr - gox -osarch "linux/amd64 linux/arm darwin/amd64 windows/amd64" -output "dist/{{.Dir}}_{{.OS}}_{{.Arch}}" - ghr -t ${GITHUB_TOKEN} -u ${USERNAME} -r ${CIRCLE_PROJECT_REPONAME} --replace $(cat release_tag) dist/