Skip to content

Commit cbb82ce

Browse files
authored
fix: Build Windows releases with zip archives (#823)
A much better UX for our Windows folk!
1 parent efec029 commit cbb82ce

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
@@ -4,6 +4,9 @@ archives:
44
- coder
55
files:
66
- README.md
7+
format_overrides:
8+
- goos: windows
9+
format: zip
710

811
before:
912
hooks:

0 commit comments

Comments
 (0)