From 282ce00a7ff11fe28022bea75cbc8045c6bc06ac Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Tue, 17 Sep 2024 21:39:35 +0200 Subject: [PATCH] update --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ad536e3..3d21a9d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,7 +24,7 @@ archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname` name_template: >- - {{ .ProjectName }}_v + {{ .ProjectName }}_ {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64