fix(release): ship bundled plugins in pack artifacts

This commit is contained in:
Vincent Koc
2026-03-23 08:21:50 -07:00
parent 31675d65d4
commit 70b235f312
10 changed files with 157 additions and 64 deletions

View File

@@ -187,6 +187,9 @@ jobs:
- name: Build dist
run: pnpm build
- name: Build Control UI
run: pnpm ui:build
- name: Upload dist artifact
uses: actions/upload-artifact@v7
with:
@@ -261,6 +264,7 @@ jobs:
cache_key_suffix: "node22"
command: |
pnpm build
pnpm ui:build
node openclaw.mjs --help
node openclaw.mjs status --json --timeout 1
pnpm test:build:singleton