Skip to content

Commit

Permalink
Merge pull request #116 from overmindtech/fix-artifact-name
Browse files Browse the repository at this point in the history
Remove the superfluous dot (`.`) in the release artifact's names
  • Loading branch information
DavidS-ovm authored Nov 10, 2023
2 parents 025c5f9 + 8d445dd commit 2b2d5dd
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 @@ -19,7 +19,7 @@ archives:
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 2b2d5dd

Please sign in to comment.