build: rename generated archives

This commit is contained in:
Deluan 2020-03-13 21:41:24 -04:00
parent e36a42f356
commit 9554c8f783

View file

@ -103,8 +103,15 @@ archives:
format_overrides:
- goos: windows
format: zip
replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"