Skip to content

Commit ece7611

Browse files
committed
Fix archives.format_overrides.format deprecation
See https://goreleaser.com/deprecations#archivesformat_overridesformat for more info
1 parent 739e48d commit ece7611

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
@@ -70,7 +70,7 @@ archives:
7070
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
7171
format_overrides:
7272
- goos: windows
73-
format: zip
73+
formats: ['zip']
7474
ids:
7575
- default
7676
wrap_in_directory: "{{ .ProjectName }}_{{ .Version }}"

0 commit comments

Comments
 (0)