Skip to content

Commit

Permalink
editing name in goreleaser.yaml for easy linking to latest release on…
Browse files Browse the repository at this point in the history
… website
  • Loading branch information
benleem committed Oct 13, 2024
1 parent f83ee35 commit 1fe3dd3
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 @@ -30,7 +30,7 @@ archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_
{{ .ProjectName }}_{{ .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
Expand Down

0 comments on commit 1fe3dd3

Please sign in to comment.