Skip to content

Commit

Permalink
fix windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Saidl committed Jul 27, 2021
1 parent e8c3db7 commit e249a7b
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 @@ -36,7 +36,7 @@ jobs:
runLint: true
runTests: true
- name: windows amd64
os: windows-latest
os: ubuntu-latest
buildCmd: env GOOS=windows GOARCH=amd64 go build -o builds/zcli-win-amd64 ./cmd/main.go
file: zcli-win-amd64
compress: false
Expand Down

0 comments on commit e249a7b

Please sign in to comment.