Skip to content

Commit 0dedf45

Browse files
committed
build path
1 parent 39aee71 commit 0dedf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if [ "${GOOS}" = "windows" ]; then
3434
output_name="${output_name}.exe"
3535
fi
36-
go build -ldflags="-s -w" -o "${output_name}" .
36+
go build -ldflags="-s -w" -o "${output_name}" ./cmd/godoc-mcp-server
3737
- name: Upload binaries to release
3838
uses: svenstaro/upload-release-action@v2
3939
with:

0 commit comments

Comments
 (0)