Skip to content

Commit

Permalink
update goreleaser name template
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Dec 22, 2023
1 parent 1d8d5b0 commit 9f7ac1f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ builds:
checksum:
name_template: checksums.txt
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
changelog:
sort: asc
use: github
Expand Down

0 comments on commit 9f7ac1f

Please sign in to comment.