Skip to content

Commit 859e220

Browse files
authored
chore: update .goreleaser.yaml (#176)
1 parent 2213f4b commit 859e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ archives:
2727
{{- if eq .Arch "amd64" }}x86_64
2828
{{- else if eq .Arch "386" }}i386
2929
{{- else }}{{ .Arch }}{{ end }}
30-
{{- if .Arm }}v{{ .Arm }}{{ end }}'
30+
{{- if .Arm }}v{{ .Arm }}{{ end }}
3131
format_overrides:
3232
- goos: windows
3333
format: zip

0 commit comments

Comments
 (0)