ci(release): satisfy release smoke lint

This commit is contained in:
Peter Steinberger
2026-05-03 04:05:04 +01:00
parent 468656bc1b
commit bfee47d321

View File

@@ -1343,7 +1343,7 @@ export function isRecoverableWindowsPackagedUpgradeSwapCleanupFailure(
/\bglobal install swap\b/iu.test(output) &&
/\bEPERM\b/iu.test(output) &&
/\bunlink\b/iu.test(output) &&
/[\\\/]\.openclaw-\d+-\d+[\\\/]/u.test(output) &&
/[/\\]\.openclaw-\d+-\d+[/\\]/u.test(output) &&
/\.node['"]?/iu.test(output)
);
}