Fix Linux builds messing up in the final stage

This commit is contained in:
Daniel Oaks 2018-01-28 00:51:12 +10:00
parent 83cd212f5c
commit 3fa767e3f3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ builds:
- goos: freebsd
goarch: arm64
archive:
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}{{ if .Arm }}-{{ .Arch }}v{{ .Arm }}{{ end }}"
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: tar.gz
replacements:
amd64: x64