The scripts reorganization moved upload_symbols.dart from scripts/ into scripts/release/ but kept the single-.parent root resolution, so the script searched scripts/build and scripts/debug-info and every CI symbol upload failed with "no symbols found". The sibling checks scripts were updated to .parent.parent in the same move; match them.