From a255c1125deb6014558c16e057ca0150eebe99d5 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 8 Feb 2023 10:40:17 +0100 Subject: [PATCH] fix goreleaser.yml --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9255de18..a88adcbc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,4 @@ --- -project_name: abra gitea_urls: api: https://git.coopcloud.tech/api/v1 download: https://git.coopcloud.tech/ @@ -11,6 +10,7 @@ builds: - env: - CGO_ENABLED=0 dir: cmd/abra + id: abra goos: - linux - darwin @@ -28,6 +28,7 @@ builds: - "-X 'main.Version={{ .Version }}'" - env: - CGO_ENABLED=0 + id: kadabra dir: cmd/kadabra goos: - linux