Skip to content

Commit

Permalink
use hardcoded binary name, not {{ .Binary }}
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed May 29, 2020
1 parent 8c9734c commit 4021a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/.goreleaser.yaml
Expand Up @@ -65,7 +65,7 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}'
name_template: 'preflight_{{ .Os }}_{{ .Arch }}'
files:
- licence*
- LICENCE*
Expand All @@ -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*
Expand Down

0 comments on commit 4021a6c

Please sign in to comment.