We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5334687 commit d31aa11Copy full SHA for d31aa11
1 file changed
.github/workflows/package-and-upload-assets.yml
@@ -87,12 +87,6 @@ jobs:
87
cp "${SOURCE_BINARY}" "staging/${SOURCE_BINARY}"
88
cp ${FILES_TO_PACKAGE} staging/
89
90
- if [[ "${{ matrix.platform.os }}" == "win32" ]]; then
91
- echo "Modifying gemini-extension.json for Windows..."
92
- jq '(.mcpServers[].command) |= sub("toolbox$"; "toolbox.exe")' gemini-extension.json > staging/gemini-extension.json
93
- echo "Modification complete."
94
- fi
95
-
96
echo "All assets staged."
97
ls -l staging
98
0 commit comments