Skip to content

Commit

Permalink
ci: fix broken space/dot in version string
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 18, 2023
1 parent 5308b84 commit 7ee3746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ archives:
- format: binary
name_template: >-
{{- .ProjectName }}_
{{.Version}}_
{{- .Version}}_
{{- if eq .Os "darwin" }}macOS{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}

0 comments on commit 7ee3746

Please sign in to comment.