Skip to content

Commit

Permalink
change archive format for windows to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
moosq authored Oct 23, 2023
1 parent dc43b03 commit d914731
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 @@ -47,6 +47,9 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit d914731

Please sign in to comment.