Skip to content

Commit ef08511

Browse files
committed
fix: binary names
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent b653917 commit ef08511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ archives:
3838
- app3
3939
# this name template makes the OS and Arch compatible with the results of `uname`.
4040
name_template: >-
41-
{{ .ProjectName }}_
41+
{{ .Binary }}_
4242
{{- title .Os }}_
4343
{{- if eq .Arch "amd64" }}x86_64
4444
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)