Skip to content

Commit

Permalink
Use the standard goreleaser naming convention (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir authored Dec 3, 2024
1 parent 1ba45e6 commit 1b29436
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ universal_binaries:
# Archive customization
archives:
- format: zip

name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}macOS_
{{- else }}{{ .Os }}_{{ end }}
{{- if eq .Arch "amd64" }}64-bits
{{- else }}{{ .Arch }}{{ end }}
files:
- nothing.*

Expand Down

0 comments on commit 1b29436

Please sign in to comment.