Skip to content

Commit d66f5d3

Browse files
committed
[*] fix old archives.format_overrides.format option, closes #301
1 parent d71b5d4 commit d66f5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ archives:
2323
wrap_in_directory: true
2424
format_overrides:
2525
- goos: windows
26-
format: zip
26+
formats: ['zip']
2727
files:
2828
- LICENSE
2929
- README.md

0 commit comments

Comments
 (0)