Skip to content

Commit 64285f4

Browse files
Update .goreleaser.yaml
1 parent 586d0ee commit 64285f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ builds:
1919

2020
archives:
2121
-
22-
replacements:
23-
darwin: macOS
24-
linux: Linux
25-
windows: Windows
26-
amd64: x86_64
22+
name_template: >-
23+
{{ .ProjectName }}_
24+
{{- title .Os }}_
25+
{{- if eq .Arch "amd64" }}x86_64
26+
{{- else }}{{ .Arch }}{{ end }}
2727
format_overrides:
2828
- goos: windows
2929
format: zip

0 commit comments

Comments
 (0)