Skip to content

Commit 060f785

Browse files
committed
fix: DEPRECATED: archives.format_overrides.format should not be used anymore, check https://goreleaser.com/deprecations#archivesformat_overridesformat for more info
1 parent 4a2dd3e commit 060f785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ archives:
9999
# use zip for windows archives
100100
format_overrides:
101101
- goos: windows
102-
format: zip
102+
formats: ["zip"]
103103
files:
104104
- LICENSE
105105
- README.md

0 commit comments

Comments
 (0)