Skip to content

Commit 6d3e89e

Browse files
committed
CircleCI fix
1 parent b554195 commit 6d3e89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
deployment:
2-
release:
2+
release: 0.0.1
33
branch: master
44
commands:
55
— go get github.com/mitchellh/gox
66
— go get github.com/tcnksm/ghr
7-
— gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/ncd_{{.OS}}_{{.Arch}}"
7+
— gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate $BUILD_DATE" -output "dist/logpipe_{{.OS}}_{{.Arch}}"
88
— ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` dist/

0 commit comments

Comments
 (0)