chore(build): fix deprecated configuration (#817)

This commit is contained in:
Dimitri Herzog 2023-01-05 08:43:41 +01:00 committed by GitHub
parent 53a7d4fccc
commit 0ab43da956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -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: