Skip to content

Commit 8c70f94

Browse files
authored
[*] fix deprecated archives.format_overrides.format (#677)
1 parent 30b2728 commit 8c70f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ archives:
2222
wrap_in_directory: true
2323
format_overrides:
2424
- goos: windows
25-
format: zip
25+
formats: [ 'zip' ]
2626
files:
2727
- LICENSE
2828
- README.md

0 commit comments

Comments
 (0)