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 9f52022 commit ad17510Copy full SHA for ad17510
.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