Skip to content

Commit d795ced

Browse files
committed
goreleaser: fix archive name
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 8379dac commit d795ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ builds:
2323
- mips64le
2424
- ppc64le
2525
archives:
26-
- replacements:
26+
- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
27+
replacements:
2728
darwin: Darwin
2829
linux: Linux
2930
windows: Windows

0 commit comments

Comments
 (0)