Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kemokemo committed Jun 3, 2021
1 parent 1d565c0 commit 4150fab
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 @@ -44,7 +44,7 @@ jobs:
- run: go get github.com/mitchellh/gox
- run: go get github.com/tcnksm/ghr
- run: mkdir release
- run: gox -ldflags="-X 'main.revision=$(git rev-parse --short HEAD)' -osarch '!darwin/386' -output "./release/{{.Dir}}_{{.OS}}_{{.Arch}}" ./ ./...
- run: gox -ldflags="-X 'main.revision=$(git rev-parse --short HEAD)'" -osarch '!darwin/386' -output "./release/{{.Dir}}_{{.OS}}_{{.Arch}}" ./ ./...
- run: ghr -u $CIRCLE_PROJECT_USERNAME $CIRCLE_TAG release/

workflows:
Expand Down

0 comments on commit 4150fab

Please sign in to comment.