Skip to content

Commit 11a2b6b

Browse files
committed
Fixed goreleaser config for deprecation
Signed-off-by: Gijs Middelkamp <g.middelkamp@previder.nl>
1 parent 2359110 commit 11a2b6b

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
@@ -34,7 +34,7 @@ builds:
3434
- goarch: '386'
3535
binary: 'previder-cli'
3636
archives:
37-
- format: zip
37+
- format: [ 'zip' ]
3838
name_template: 'previder-cli_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
3939
checksum:
4040
name_template: 'previder-cli_{{ .Version }}_SHA256SUMS'

0 commit comments

Comments
 (0)