We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39aee71 commit 0dedf45Copy full SHA for 0dedf45
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
if [ "${GOOS}" = "windows" ]; then
34
output_name="${output_name}.exe"
35
fi
36
- go build -ldflags="-s -w" -o "${output_name}" .
+ go build -ldflags="-s -w" -o "${output_name}" ./cmd/godoc-mcp-server
37
- name: Upload binaries to release
38
uses: svenstaro/upload-release-action@v2
39
with:
0 commit comments