Skip to content

Commit

Permalink
chore: change the format to zip for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 4, 2024
1 parent 6dc2369 commit 8ae8b96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 2
project_name: pinact
archives:
- name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
format_overrides:
- goos: windows
format: zip
builds:
- binary: pinact
main: cmd/pinact/main.go
Expand Down

0 comments on commit 8ae8b96

Please sign in to comment.