mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-10 12:20:07 +00:00
The old-asset cleanup pipeline `gh release view | grep | while` fails
when grep finds no matches (exit 1) and pipefail is set. This kills
the entire step before gh release upload runs.
Fix: wrap grep in `{ grep ... || true; }` so no-match is not fatal.
This caused all arm64 builds and some x86_64 builds to fail nightly.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| agent-tarballs.yml | ||
| cli-release.yml | ||
| discovery.yml | ||
| docker.yml | ||
| gate.yml | ||
| lint.yml | ||
| packer-snapshots.yml | ||
| qa.yml | ||
| refactor.yml | ||
| security.yml | ||
| test.yml | ||