mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
The release step now fetches the existing release body and merges the new distro rows into it, instead of rebuilding the table from scratch. This means a single-distro build (e.g. --distro fedora) only updates that distro's row and checksum — all other distros stay in the table. Previously, every single-distro CI run wiped the other distros from the release page, requiring a manual API patch each time. [skip ci]