Skip to content

Commit

Permalink
Fix template by amending default.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 7, 2024
1 parent 04e8f08 commit b152e13
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 @@ -40,7 +40,7 @@ builds:

archives:
- name_template: >-
{{ .ProjectName }}_{{ index (split .Version "-rc") 0 }}_{{ .Os }}_{{ .Arch }}"
{{ .ProjectName }}_{{ index (split .Version "-rc") 0 }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
replacements:
darwin: macos
386: i386
Expand Down

0 comments on commit b152e13

Please sign in to comment.