Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niski84 authored Jun 12, 2018
1 parent aea75f0 commit d405fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- run: go test -v ./...
- run: go get github.com/mitchellh/gox
- run: go get github.com/tcnksm/ghr
- run: gox -ldflags "-X main.Version $BUILD_VERSION -X main.BuildDate 1.0.1" -output "dist/ncd_{{.OS}}_{{.Arch}}" -os="linux windows"
- run: gox -os="linux darwin windows" -arch="amd64" -output="dist/bam_{{.OS}}_{{.Arch}}"
- run: ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` dist/

0 comments on commit d405fa5

Please sign in to comment.