Skip to content

Commit a66663c

Browse files
committed
chore(CI): create build assets with dash instead
Release-As: 1.0.11
1 parent 9d5d803 commit a66663c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ archives:
1919
- formats:
2020
- tar.gz
2121
name_template: >-
22-
{{ .ProjectName }}_
23-
{{- tolower .Os }}_
22+
{{ .ProjectName }}-
23+
{{- tolower .Os }}-
2424
{{- if eq .Arch "amd64" }}x86_64
2525
{{- else if eq .Arch "386" }}i386
2626
{{- else }}{{ .Arch }}{{ end }}
@@ -45,8 +45,8 @@ binary_signs:
4545
- --output-certificate=${certificate}
4646
- ${artifact}
4747
- --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'
5050
output: true
5151

5252
checksum:

0 commit comments

Comments
 (0)