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 09b4333 commit 58fbdc1Copy full SHA for 58fbdc1
.goreleaser.yaml
@@ -21,9 +21,11 @@ builds:
21
goarch: "386"
22
binary: "{{ .ProjectName }}_v{{ .Version }}"
23
archives:
24
- - format: zip
+ - id: "zip"
25
+ format: zip
26
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- - format: tar.gz
27
+ - id: "tarball"
28
+ format: tar.gz
29
30
checksum:
31
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
0 commit comments