Skip to content

Commit 784254c

Browse files
committed
Fix workflow
1 parent 9d937bd commit 784254c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
git clone https://github.com/modelcontextprotocol/registry publisher-repo
110110
cd publisher-repo
111111
make publisher
112-
cp cmd/publisher/bin/mcp-publisher ../mcp-publisher
112+
# The publisher binary is output to bin/mcp-publisher by the Makefile
113+
cp bin/mcp-publisher ../mcp-publisher
113114
cd ..
114115
chmod +x mcp-publisher
115116

0 commit comments

Comments
 (0)