Skip to content

Commit

Permalink
Fix goreleaser config deprecation
Browse files Browse the repository at this point in the history
This fixes a config removal that happened in goreleaser/goreleaser#4075

Fixes #666 😨
  • Loading branch information
LandonTClipp committed Jul 8, 2023
1 parent 3e0f93a commit 0d3aeea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ builds:
- amd64
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
files:
- README.md
- LICENSE
Expand Down

0 comments on commit 0d3aeea

Please sign in to comment.