Skip to content

Commit

Permalink
Merge pull request #176 from gametimesf/remove_unnecessary_name_templ…
Browse files Browse the repository at this point in the history
…ate_spacing

build: fix unnecessary spacing in name template
  • Loading branch information
particledecay authored Apr 10, 2024
2 parents 3b5efb7 + 5c04ade commit 834a401
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 @@ -23,7 +23,7 @@ archives:
- format: zip
name_template: >-
{{ .ProjectName }}-
v{{ .Version }}-
{{- .Tag }}-
{{- tolower .Os }}-
{{- if eq .Arch "x86_64" }}amd64
{{- else if eq .Arch "386" }}i386
Expand Down

0 comments on commit 834a401

Please sign in to comment.