mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
`mapfile` is bash 4+, but macOS GitHub runners ship bash 3.2, so the upload step exited 127 on both arm64 and x64 jobs. Replaced with a portable while-read loop.