Skip to content

Commit cdc1557

Browse files
committed
hotfix: changing back artifacts name
1 parent e67186b commit cdc1557

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ archives:
2222
- id: default
2323
name_template: >-
2424
{{ .ProjectName }}_
25+
{{- .Version }}_
2526
{{- title .Os }}_
2627
{{- if eq .Arch "amd64" }}x86_64
2728
{{- else if eq .Arch "386" }}i386
@@ -54,6 +55,7 @@ nfpms:
5455
- rpm
5556
file_name_template: >-
5657
{{ .ProjectName }}_
58+
{{- .Version}}_
5759
{{- title .Os }}_
5860
{{- if eq .Arch "amd64" }}x86_64
5961
{{- else if eq .Arch "386" }}i386

0 commit comments

Comments
 (0)