Skip to content

Commit

Permalink
fix: goreleaser name template (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryashbhardwaj authored Aug 16, 2023
1 parent d885087 commit 93075be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ builds:
- CGO_ENABLED=0
archives:
- name_template: >-
{{ .ProjectName }}_latest_
{{ .ProjectName }}_{{ .Version }}_
{{- if eq .Os "darwin" }}macos
{{- else }}{{ .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
Expand Down

0 comments on commit 93075be

Please sign in to comment.