mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
14707b6d5e
- Moves the sandbox build and publish logic into the main `build-and-publish` workflow. - The sandbox image is now built *after* the NPM package is published, and uses the published package. - Removes the redundant `build-sandbox` and `release-sandbox` workflows. - Updates the `orchestrator` workflow to reflect these changes.