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 a06b2b2 commit a75d3c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ builds:
- amd64
- 386
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}
release:
prerelease: auto

0 comments on commit a75d3c3

Please sign in to comment.