Skip to content

Commit

Permalink
fix: extra quotes on goreleaser archives
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 10, 2022
1 parent dae543f commit ddf7660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -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
Expand Down

1 comment on commit ddf7660

@aroc2021

This comment was marked as spam.

Please sign in to comment.