Skip to content

Commit e687247

Browse files
committed
stop using deprecated config
1 parent 1fe61b4 commit e687247

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
@@ -28,7 +28,7 @@ builds:
2828
goarch: '386'
2929
binary: '{{ .ProjectName }}_v{{ .Version }}'
3030
archives:
31-
- format: zip
31+
- formats: [ 'zip' ]
3232
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3333
checksum:
3434
extra_files:

0 commit comments

Comments
 (0)