Skip to content

Commit

Permalink
chore(build): fix deprecated configuration (0xERR0R#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Jan 5, 2023
1 parent 53a7d4f commit 0ab43da
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ archives:
- format_overrides:
- goos: windows
format: zip
replacements:
darwin: macOS
linux: Linux
freebsd: FreeBSD
openbsd: OpenBSD
netbsd: NetBSD
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 }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
snapshot:
name_template: "{{ .Tag }}-{{.ShortCommit}}"
checksum:
Expand Down

0 comments on commit 0ab43da

Please sign in to comment.