- Add || true to all find|grep|head pipelines to prevent grep exit-code 1
from killing steps under bash -e -o pipefail
- Replace rsync with cp -a in pre-release Build Package step since rsync
is not always available in runner containers (exit 127)
Fixes#20, Fixes#21
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>