From f2ae0151cd9cdb39845fecc46aa2297079d14f16 Mon Sep 17 00:00:00 2001 From: "K.Awata" <69828489+k-awata@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:44:33 +0900 Subject: [PATCH] Fix goreleaser name template --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0eed001..f098ec0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -29,6 +29,7 @@ archives: # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- {{ .ProjectName }}_ + {{- .Version }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}64-bit {{- else if eq .Arch "386" }}32-bit