build: rename generated archives

This commit is contained in:
Deluan
2020-03-13 21:41:24 -04:00
parent e36a42f356
commit 9554c8f783
+8 -1
View File
@@ -103,8 +103,15 @@ archives:
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip format: zip
replacements:
darwin: macOS
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum: checksum:
name_template: 'checksums.txt' name_template: '{{ .ProjectName }}_checksums.txt'
snapshot: snapshot:
name_template: "{{ .Tag }}-next" name_template: "{{ .Tag }}-next"