1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

fix: extra quotes on goreleaser archives

This commit is contained in:
Carlos A Becker 2022-12-10 12:46:23 -03:00
parent dae543ff24
commit ddf7660b6d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -135,7 +135,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}'
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip