Browse Source

Fix Linux builds messing up in the final stage

tags/v0.11.0-beta
Daniel Oaks 6 years ago
parent
commit
3fa767e3f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .goreleaser.yml

+ 1
- 1
.goreleaser.yml View File

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

Loading…
Cancel
Save