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 32cb813 commit 6b0ee30Copy full SHA for 6b0ee30
.github/workflows/bump-version.yml
@@ -115,9 +115,9 @@ jobs:
115
shell: bash
116
run: |
117
set -euo pipefail
118
- cd MCPForUnity/UnityMcpServer~
119
- zip -r ../../mcp-for-unity-server-v${NEW_VERSION}.zip .
120
- cd ../..
+ cd MCPForUnity
+ zip -r ../mcp-for-unity-server-v${NEW_VERSION}.zip UnityMcpServer~
+ cd ..
121
ls -lh mcp-for-unity-server-v${NEW_VERSION}.zip
122
echo "Server package created: mcp-for-unity-server-v${NEW_VERSION}.zip"
123
0 commit comments