Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 538b855

Browse files
author
nickg
committed
fix yaml
1 parent 51a4210 commit 538b855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
goarch: 386
1717

1818
archive:
19-
name_template: {{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}
19+
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2020
replacements:
2121
amd64: 64bit
2222
386: 32bit

0 commit comments

Comments
 (0)