Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
task: removing spaces from binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Aug 4, 2023
1 parent 5cd45b4 commit 724b614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ archives:
{{- else if eq .Arch "linux" }}Linux
{{- else if eq .Arch "linux" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_
{{ .Mips }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
{{- if .Mips }}_{{ .Mips }}{{ end }}
checksum:
name_template: checksums.txt
snapshot:
Expand Down

0 comments on commit 724b614

Please sign in to comment.