Skip to content

Commit bd8fd89

Browse files
authored
Fix deprecated archives.format (#117)
See https://goreleaser.com/deprecations/#archivesformat
1 parent 01bce3a commit bd8fd89

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
@@ -20,7 +20,8 @@ builds:
2020
archives:
2121
- id: zip
2222
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
23-
format: zip
23+
formats:
24+
- zip
2425
files:
2526
- none*
2627
checksum:

0 commit comments

Comments
 (0)