Skip to content

Commit 70cc259

Browse files
committed
GoReleaser
1 parent f22bb6f commit 70cc259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ builds:
3535
# binary: super-zaje
3636

3737
archives:
38-
- format: ['tar.gz']
38+
- format: tar.gz
3939
# this name template makes the OS and Arch compatible with `uname`.
40-
version_template: >-
40+
name_template: >-
4141
{{ .ProjectName }}_
4242
{{- title .Os }}_
4343
{{- if eq .Arch "amd64" }}x86_64

0 commit comments

Comments
 (0)