Remove legacy Paper renderer shim cleanup from artifact commit workfl… (opens in new tab)
Remove legacy Paper renderer shim cleanup from artifact commit workflow \(\#36297\) \#\# Summary PR \#36285 deleted the Paper \(legacy\) renderer, including the shim file \`scripts/rollup/shims/react-native/ReactNative\.js\`\. However, the \`runtime\_commit\_artifacts\` workflow still tries to \`rm\` this file after moving build artifacts into \`compiled-rn/\`\. Since the file no longer exists in the build output, \`rm\` \(without \`-f\`\) fails and kills the entire step\. This has caused \*\...
Read the original article