The workflow used pnpm install --frozen-lockfile against a stale pnpm-lock.yaml while the repo migrated to npm (current package-lock.json v3), so it failed and never published a release -> the deploy's download of openclaw-multi-session-plugins-runtime-all.tar.gz from releases/latest 404'd. Switch to npm ci + npm run build and trigger on package-lock.json. |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| deploy.yml | ||
| publish.yml | ||
| runtime-release.yaml | ||