mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
electron-builder fetches the Electron binary and its platform tools (notarytool, winCodeSign, nsis, squirrel, AppImage) on every run. Cache those per-platform so repeat releases skip the re-download. Saves ~30-90s per job, including the macOS long pole. Key includes pnpm-lock.yaml so a bump to electron/electron-builder invalidates stale cached binaries; restore-keys falls back to the latest per-platform cache in between lockfile changes. Co-authored-by: Orca <help@stably.ai>