We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b554195 commit 6d3e89eCopy full SHA for 6d3e89e
circle.yml
@@ -1,8 +1,8 @@
1
deployment:
2
- release:
+ release: 0.0.1
3
branch: master
4
commands:
5
— go get github.com/mitchellh/gox
6
— go get github.com/tcnksm/ghr
7
- — gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/ncd_{{.OS}}_{{.Arch}}"
+ — gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/logpipe_{{.OS}}_{{.Arch}}"
8
— ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` dist/
0 commit comments