fix: prevent plugin cleanup from deleting bundled OpenClaw runtime (#1197)

This commit is contained in:
paisley
2026-07-28 17:30:12 +08:00
committed by GitHub
parent 863f9caf0f
commit 3a241cf09f
6 changed files with 257 additions and 10 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Test Windows attachment open-with bridge
run: pnpm exec vitest run tests/unit/attachment-open-with.test.ts tests/unit/attachment-open-with-native.test.ts
run: pnpm exec vitest run tests/unit/attachment-open-with.test.ts tests/unit/attachment-open-with-native.test.ts tests/unit/safe-fs.test.ts
- name: Generate extension bridge
run: pnpm run ext:bridge