Skip to content

Commit afcd1b6

Browse files
committed
goreleaser: zip for windows
1 parent 2c444dd commit afcd1b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ builds:
2727
archives:
2828
- id: default
2929
format: tar.gz
30+
format_overrides:
31+
- goos: windows
32+
format: zip
3033
name_template: >-
3134
{{ .ProjectName }}_
3235
{{- .Os }}_

0 commit comments

Comments
 (0)