From 982c96301cb076613194e71af6b9a5c5c072f05d Mon Sep 17 00:00:00 2001 From: pooulad Date: Fri, 27 Dec 2024 00:40:10 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2debug=20goreleaser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gorelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gorelease.yaml b/.gorelease.yaml index 998844d..9fa1087 100644 --- a/.gorelease.yaml +++ b/.gorelease.yaml @@ -16,13 +16,13 @@ before: - go generate ./... builds: + - main: ./cmd/blogo - env: - CGO_ENABLED=0 goos: - linux - windows - darwin - - main: ./cmd/blogo/ archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`.