ci: keep release checks compatible with stable refs

This commit is contained in:
Peter Steinberger
2026-04-27 13:59:41 +01:00
parent d0e4472616
commit fd4b59a906
11 changed files with 64 additions and 18 deletions

View File

@@ -2314,7 +2314,7 @@ async function runInstalledBrowserOverrideImportSmoke(params) {
cwd: packageRoot,
env: {
...params.env,
OPENCLAW_BROWSER_CONTROL_MODULE: overridePath,
OPENCLAW_BROWSER_CONTROL_MODULE: pathToFileURL(overridePath).href,
OPENCLAW_BROWSER_OVERRIDE_STARTED_PATH: startedPath,
OPENCLAW_BROWSER_OVERRIDE_STOPPED_PATH: stoppedPath,
},