Skip to content

Commit

Permalink
fix: add missing {{end}} to goreleaser name template
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Delerme authored and ejoffe committed Jul 8, 2023
1 parent c667e7e commit f00e0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ archives:
{{- else }}{{- tolower .Os }}_{{end}}
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}
{{- else }}{{ .Arch }}{{ end }}
{{ if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
Expand Down

0 comments on commit f00e0f6

Please sign in to comment.