From 3290b009c679ce87cb40181458510b048e5cc11e Mon Sep 17 00:00:00 2001 From: guillaume Date: Wed, 27 Jul 2022 13:27:15 +0200 Subject: [PATCH] Fix goreleaser build path Between the latest lsp release and this one, the build path has been changed (PR #71 and #74). Signed-off-by: guillaume --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ccc3630..c3bbc03 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,6 +1,7 @@ project_name: cuelsp builds: + - main: ./cmd/cuelsp/ - id: darwin-amd64 env: - CGO_ENABLED=1