Skip to content

Commit 3368bb9

Browse files
committed
chore: fix goreleaser format_overrides deprecation
1 parent 5b46936 commit 3368bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ archives:
3232
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
3333
format_overrides:
3434
- goos: windows
35-
format: zip
35+
formats: [zip]
3636
files:
3737
- formats/*
3838

0 commit comments

Comments
 (0)