From 9ec98d70e86f5e59f5c1bc8abb1ef82a50ffa693 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Wed, 21 Feb 2024 09:02:24 -0800 Subject: [PATCH] chore: fix releaser build path This fixes the location of the release binary to the top level for better release artifact locations. --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 334304e2..85a89b33 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -14,7 +14,7 @@ builds: # once we need to enable this, we will need to do per distro releases - CGO_ENABLED=0 main: ./cmd/versitygw - binary: ./cmd/versitygw + binary: versitygw id: versitygw goarch: - amd64