We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f02db0 commit 74233b4Copy full SHA for 74233b4
.goreleaser.yml
@@ -30,7 +30,7 @@ builds:
30
goarch: '386'
31
binary: '{{ .ProjectName }}_v{{ .Version }}'
32
archives:
33
-- format: zip
+- formats: ['zip']
34
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
35
checksum:
36
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
0 commit comments