We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b351d commit 3ec3017Copy full SHA for 3ec3017
1 file changed
.goreleaser.yml
@@ -36,7 +36,7 @@ builds:
36
archives:
37
- id: github-service-archive
38
name_template: |-
39
- github{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
+ github_service_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
40
{{- with .Arm -}}
41
{{- if (eq . "6") -}}hf
42
{{- else -}}v{{- . -}}
0 commit comments