File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ archives:
19
19
- formats :
20
20
- tar.gz
21
21
name_template : >-
22
- {{ .ProjectName }}_
23
- {{- tolower .Os }}_
22
+ {{ .ProjectName }}-
23
+ {{- tolower .Os }}-
24
24
{{- if eq .Arch "amd64" }}x86_64
25
25
{{- else if eq .Arch "386" }}i386
26
26
{{- else }}{{ .Arch }}{{ end }}
@@ -45,8 +45,8 @@ binary_signs:
45
45
- --output-certificate=${certificate}
46
46
- ${artifact}
47
47
- --yes
48
- certificate : ' ${artifact}_ {{- tolower .Os }}_ {{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
49
- signature : ' ${artifact}_ {{- tolower .Os }}_ {{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
48
+ certificate : ' ${artifact}- {{- tolower .Os }}- {{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.pem'
49
+ signature : ' ${artifact}- {{- tolower .Os }}- {{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}.sig'
50
50
output : true
51
51
52
52
checksum :
You can’t perform that action at this time.
0 commit comments