Skip to content

Commit

Permalink
chore: update .goreleaser.yaml (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag authored Jun 5, 2024
1 parent 2213f4b commit 859e220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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

0 comments on commit 859e220

Please sign in to comment.