Skip to content

Commit 774fcde

Browse files
committed
ci: fix publisher binary copy path
1 parent 9f6b111 commit 774fcde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git clone https://github.com/modelcontextprotocol/registry publisher-repo
3333
cd publisher-repo
3434
make publisher
35-
cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
35+
cp bin/mcp-publisher ../mcp-publisher
3636
cd ..
3737
chmod +x mcp-publisher
3838

0 commit comments

Comments
 (0)