Skip to content

Commit

Permalink
Revert the template rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Oct 7, 2024
1 parent b152e13 commit 80b0a01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ builds:
goarch: 386

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

0 comments on commit 80b0a01

Please sign in to comment.