Skip to content

Commit 4d06008

Browse files
authored
Merge pull request #45 from onkernel/mason/mcp-registry-releaser
ci: fix publisher binary copy path
2 parents 2210641 + 9c8e4da commit 4d06008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)