From 7c89c40e8f72e2517df372721b1565cf27a39343 Mon Sep 17 00:00:00 2001 From: cexll Date: Tue, 20 Jan 2026 17:42:10 +0800 Subject: [PATCH] fix(ci): update release workflow build path for new directory structure Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46c86a8..f5bba67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: if [ "${{ matrix.goos }}" = "windows" ]; then OUTPUT_NAME="${OUTPUT_NAME}.exe" fi - go build -ldflags="-s -w -X main.version=${VERSION}" -o ${OUTPUT_NAME} . + go build -ldflags="-s -w -X main.version=${VERSION}" -o ${OUTPUT_NAME} ./cmd/codeagent chmod +x ${OUTPUT_NAME} echo "artifact_path=codeagent-wrapper/${OUTPUT_NAME}" >> $GITHUB_OUTPUT