Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 20, 2017
1 parent 51a4210 commit 538b855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
goarch: 386

archive:
name_template: {{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64bit
386: 32bit
Expand Down

0 comments on commit 538b855

Please sign in to comment.