Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxck authored Jul 27, 2021
1 parent e249a7b commit 18ebde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
runTests: true
- name: windows amd64
os: ubuntu-latest
buildCmd: env GOOS=windows GOARCH=amd64 go build -o builds/zcli-win-amd64 ./cmd/main.go
file: zcli-win-amd64
buildCmd: env GOOS=windows GOARCH=amd64 go build -o builds/zcli-win-x64 ./cmd/main.go
file: zcli-win-x64
compress: false
strip: false
runLint: false
Expand Down

0 comments on commit 18ebde6

Please sign in to comment.