Skip to content

Commit d31aa11

Browse files
authored
ci: fix packaging (#118)
1 parent 5334687 commit d31aa11

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/package-and-upload-assets.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ jobs:
8787
cp "${SOURCE_BINARY}" "staging/${SOURCE_BINARY}"
8888
cp ${FILES_TO_PACKAGE} staging/
8989
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-
9690
echo "All assets staged."
9791
ls -l staging
9892

0 commit comments

Comments
 (0)