We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586d0ee commit 64285f4Copy full SHA for 64285f4
.goreleaser.yaml
@@ -19,11 +19,11 @@ builds:
19
20
archives:
21
-
22
- replacements:
23
- darwin: macOS
24
- linux: Linux
25
- windows: Windows
26
- amd64: x86_64
+ name_template: >-
+ {{ .ProjectName }}_
+ {{- title .Os }}_
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else }}{{ .Arch }}{{ end }}
27
format_overrides:
28
- goos: windows
29
format: zip
0 commit comments