Skip to content

Commit 7cd43cf

Browse files
committed
updated goreleaser to use correct filepath naming.
Signed-off-by: Dave Shanley <[email protected]>
1 parent 59a7415 commit 7cd43cf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.goreleaser.yml

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ builds:
1313
checksum:
1414
name_template: 'checksums.txt'
1515

16+
archives:
17+
- name_template: >-
18+
{{ .ProjectName }}_
19+
{{- .Version }}_
20+
{{- .Os }}_
21+
{{- if eq .Arch "amd64" }}x86_64
22+
{{- else if eq .Arch "386" }}i386
23+
{{- else }}{{ .Arch }}{{ end }}
24+
1625
changelog:
1726
sort: asc
1827
filters:

0 commit comments

Comments
 (0)