We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c99993 commit b166289Copy full SHA for b166289
1 file changed
.goreleaser.yml
@@ -1,6 +1,6 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
-version: 1
+version: 2
4
before:
5
hooks:
6
# this is just an example and not a requirement for provider building/publishing
@@ -32,7 +32,7 @@ builds:
32
goarch: "arm"
33
binary: "{{ .ProjectName }}_v{{ .Version }}"
34
archives:
35
- - format: zip
+ - formats: ["zip"]
36
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
37
checksum:
38
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
0 commit comments