Skip to content

Commit a117221

Browse files
committed
Replace deprecated archives.format with archives.formats
1 parent 6131608 commit a117221

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
@@ -18,7 +18,7 @@ builds:
1818
- arm64
1919
binary: '{{ .ProjectName }}'
2020
archives:
21-
- format: zip
21+
- formats: [ 'zip' ]
2222
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
2323
checksum:
2424
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)