Skip to content

Commit

Permalink
Fix goreleaser artifact names (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Aug 8, 2023
1 parent 3a6bd03 commit b5e1e7a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ source:
archives:
# Default template uses underscores instead of -
- name_template: >-
{{ .ProjectName }}-
{{ .Tag }}-
{{- title .Os }}-
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
{{ .ProjectName }}-{{ .Tag }}-{{- title .Os }}-{{- if eq .Arch "amd64" }}x86_64{{- else if eq .Arch "386" }}i386{{- else }}{{ .Arch }}{{ end }}{{- if .Arm }}v{{ .Arm }}{{ end }}
checksum:
name_template: '{{ .ProjectName }}-{{ .Tag }}-checksums.txt'
snapshot:
Expand Down

0 comments on commit b5e1e7a

Please sign in to comment.