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 863d7cf commit 49bfe63Copy full SHA for 49bfe63
.goreleaser.yml
@@ -31,7 +31,7 @@ builds:
31
goarch: '386'
32
binary: '{{ .ProjectName }}_v{{ .Version }}'
33
archives:
34
-- format: zip
+- formats: zip
35
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
36
checksum:
37
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
0 commit comments