From bee2a9db9ce945b4e538005be031958cc75c8c56 Mon Sep 17 00:00:00 2001 From: sharo-jef Date: Thu, 16 Jun 2022 02:05:14 +0900 Subject: [PATCH] fixed: actions (release) --- .goreleaser.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6f8696c..9086640 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -14,12 +14,14 @@ builds: - windows - darwin archives: - - replacements: + - format: zip + replacements: darwin: Darwin linux: Linux windows: Windows 386: i386 amd64: x86_64 + name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}_{{ .Arch }}" checksum: name_template: 'checksums.txt' snapshot: