Skip to content

Commit

Permalink
GoReleaser: use zip archive for Windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Jun 16, 2022
1 parent e35d007 commit acf3b72
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 @@ -13,6 +13,9 @@ builds:

archives:
- name_template: '{{ .ProjectName }}-{{ replace .Version "v" "" }}-{{ .Os }}-{{ .Arch }}'
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit acf3b72

Please sign in to comment.