Skip to content

Commit

Permalink
fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hatano-github committed Jan 29, 2024
1 parent ef267d0 commit 424ae87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ builds:
- amd64
- 386
archives:
name_template: >-
{{ .ProjectName }}_
{{ .Os }}_
{{ .Arch }}
name_template: {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}
release:
prerelease: auto

0 comments on commit 424ae87

Please sign in to comment.