Skip to content

Commit

Permalink
fix: remove custom naming format for releases (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 15, 2023
1 parent 3a5ed66 commit 7e309b2
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 @@ -22,13 +22,6 @@ builds:
- goarch: arm64
archives:
- format: zip
name_template: >-
{{ .ProjectName }}_
{{.Version}}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
files:
- "assets/*"
- "*.md"
Expand Down

0 comments on commit 7e309b2

Please sign in to comment.