use hardcoded binary name, not {{ .Binary }}

This commit is contained in:
Andrew Lavery
2020-05-28 21:18:03 -04:00
parent 8c9734c19c
commit 4021a6c176

View File

@@ -65,7 +65,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
name_template: 'preflight_{{ .Os }}_{{ .Arch }}'
files:
- licence*
- LICENCE*
@@ -82,7 +82,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
name_template: 'support-bundle_{{ .Os }}_{{ .Arch }}'
files:
- licence*
- LICENCE*