mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The packaging script only placed all_events.json.xz in an events/ subdirectory, but the firmware advertises the metadata URI at the board directory top level. New build targets added after the Jenkins-to-GHA migration had no legacy top-level copy, causing QGC to get a 404 when fetching component metadata. Fixes #26963 Signed-off-by: Ramon Roche <mrpollo@gmail.com>