Skip to content

Commit 33b0c70

Browse files
authored
chore(goreleaser): update for deprecated attributes (#5304)
Signed-off-by: Rui Chen <[email protected]>
1 parent a60f6ed commit 33b0c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ builds:
2626
archives:
2727
- id: zip
2828
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
29-
format: zip
29+
formats:
30+
- zip
3031
files:
3132
- none*
3233

0 commit comments

Comments
 (0)