Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 9eff5a7

Browse files
committed
Use .zip format for Windows releases
1 parent bf2a463 commit 9eff5a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ archive:
1818
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
1919
replacements:
2020
darwin: macOS
21+
format_overrides:
22+
- goos: windows
23+
format: zip
2124
files:
2225
- LICENSE
2326

0 commit comments

Comments
 (0)