Skip to content

Commit

Permalink
fix deprecated property (#81)
Browse files Browse the repository at this point in the history
* fix deprecated property

* add version in name_template
  • Loading branch information
slonokot authored Jul 19, 2023
1 parent 50c649e commit 567fcf5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ builds:
- darwin

archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
- id: shore
name_template: >-
{{ .ProjectName -}}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 567fcf5

Please sign in to comment.