Skip to content

Commit

Permalink
Adjust name_template syntax (plentico#287).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jul 22, 2023
1 parent eb412a4 commit e628644
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ archives:
{{ .ProjectName }}_
{{ .Version }}_
{{- if eq .Os "darwin" }}mac_
{{- else }}{{- tolower .Os }}_{{end}}
{{- else }}{{- title .Os }}_{{end}}
{{- if eq .Arch "amd64" }}64-bit
{{- else if eq .Arch "386" }}32-bit
{{- else }}{{ .Arch }}
{{ if .Arm }}v{{ .Arm }}{{ end }}
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e628644

Please sign in to comment.