Skip to content

Commit 5616093

Browse files
authored
chore: fix the goreleaser name template (tensorchord#1677)
Signed-off-by: Keming <[email protected]>
1 parent 72a2430 commit 5616093

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ archives:
4242
builds:
4343
- envd
4444
name_template: >-
45-
{{ .ProjectName }}_
45+
{{ .Binary }}_
46+
{{ .Version }}_
4647
{{- title .Os }}_
4748
{{- if eq .Arch "amd64" }}x86_64
4849
{{- else if eq .Arch "386" }}i386
@@ -52,7 +53,8 @@ archives:
5253
builds:
5354
- envd-sshd
5455
name_template: >-
55-
{{ .ProjectName }}_
56+
{{ .Binary }}_
57+
{{ .Version }}_
5658
{{- title .Os }}_
5759
{{- if eq .Arch "amd64" }}x86_64
5860
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)