mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 18:35:21 -06:00
81d44365ae
Removing build-artifacts' unread job outputs left the step still writing four `*-result` step outputs and carrying an `id` that nothing references. The wave already reports failures through ::error annotations and its exit code, so these were pure leftovers. Re-simulated the step body with stubbed pnpm/node: normal run exits 0, a failing verifier still exits 1.