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.
2 parents 9f52022 + ad17510 commit aa0ab19Copy full SHA for aa0ab19
.goreleaser.yml
@@ -24,10 +24,11 @@ release:
24
archives:
25
- format: binary
26
name_template: >-
27
- {{- if eq .Arch "amd64" }}x86_64{{ end }}
+ {{ .ProjectName }}_{{ .Tag }}_
28
{{- if eq .Os "linux" }}Linux{{ end }}
29
{{- if eq .Os "windows" }}Windows{{ end }}
30
{{- if eq .Os "darwin" }}Darwin{{ end }}
31
+ {{- if eq .Arch "amd64" }}_x86_64{{ end }}
32
checksum:
33
name_template: 'checksums.txt'
34
snapshot:
0 commit comments