Skip to content

Commit 3eaf8ad

Browse files
committed
Update gorelaser config
1 parent 48d49f6 commit 3eaf8ad

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
@@ -24,10 +24,11 @@ release:
2424
archives:
2525
- format: binary
2626
name_template: >-
27-
{{- if eq .Arch "amd64" }}x86_64{{ end }}
27+
{{ .ProjectName }}_{{ .Tag }}_
2828
{{- if eq .Os "linux" }}Linux{{ end }}
2929
{{- if eq .Os "windows" }}Windows{{ end }}
3030
{{- if eq .Os "darwin" }}Darwin{{ end }}
31+
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
3132
checksum:
3233
name_template: 'checksums.txt'
3334
snapshot:

0 commit comments

Comments
 (0)