Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Jun 5, 2020
1 parent 1ab0e7c commit 2e43144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- os: ubuntu-latest
buildCmd: env GOOS=linux GOARCH=amd64 go build -o zcli-linux ./main.go
file: zcli-linux
args: --better
args:
strip: true
- os: macos-latest
buildCmd: env GOOS=darwin GOARCH=amd64 go build -o zcli-mac ./main.go
Expand Down

0 comments on commit 2e43144

Please sign in to comment.