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 af80c75 commit 6585278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- run: go get -v -t -d ./...
- 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 $BUILD_DATE" -output "dist/ncd_{{.OS}}_{{.Arch}}"
- 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: ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace `git describe --tags` dist/

0 comments on commit 6585278

Please sign in to comment.