Skip to content

Commit 3ec3017

Browse files
committed
fix minor mistake in .goreleaser.yml
1 parent e3b351d commit 3ec3017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ builds:
3636
archives:
3737
- id: github-service-archive
3838
name_template: |-
39-
github{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
39+
github_service_{{ .Tag }}_{{ .Os }}_{{ .Arch -}}
4040
{{- with .Arm -}}
4141
{{- if (eq . "6") -}}hf
4242
{{- else -}}v{{- . -}}

0 commit comments

Comments
 (0)