Skip to content

Commit

Permalink
remove name template
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Apr 2, 2024
1 parent 2d520db commit c9b2053
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: >-
{{ .ProjectName }}_{{ .Version }}_
{{- 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: "checksums.txt"
publishers:
Expand Down

0 comments on commit c9b2053

Please sign in to comment.