From 3cb097126c3ad0acd8d24909e06920b52d08e06c Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Thu, 4 Sep 2025 06:52:55 +0200 Subject: [PATCH] fix: rename binary (#1150) --- .goreleaser.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a25ccfe..5b5c0a4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,7 +7,7 @@ before: builds: - id: darwin-amd64 main: ./ - binary: golang-cross + binary: catalyst goos: - darwin goarch: @@ -22,7 +22,7 @@ builds: - -s -w -X main.version={{.Version}} - id: linux-arm64 main: ./ - binary: golang-cross + binary: catalyst goos: - linux goarch: @@ -37,7 +37,7 @@ builds: - -s -w -X main.version={{.Version}} - id: linux-amd64 main: ./ - binary: golang-cross + binary: catalyst goos: - linux goarch: @@ -52,7 +52,7 @@ builds: - -s -w -X main.version={{.Version}} - id: windows-amd64 main: ./ - binary: golang-cross + binary: catalyst goos: - windows goarch: @@ -67,7 +67,7 @@ builds: - -s -w -X main.version={{.Version}} - id: windows-arm64 main: ./ - binary: golang-cross + binary: catalyst goos: - windows goarch: