From f8f6e1a21a1cac64cf6faf666367d641b2d8b171 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Tue, 5 Nov 2024 16:04:02 -0500 Subject: [PATCH] [bundles] update GitHub actions for commit build branch (#31432) This is a followup to https://github.com/facebook/react/commit/6c0f37f94b020279fb5ada70facc008fccb7172e to unblock the job. --- .github/workflows/runtime_commit_artifacts.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index 7842f07ba5..37b8627be6 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -137,7 +137,6 @@ jobs: # Delete OSS renderer. OSS renderer is synced through internal script. RENDERER_FOLDER=$BASE_FOLDER/react-native-github/Libraries/Renderer/implementations/ rm $RENDERER_FOLDER/ReactFabric-{dev,prod,profiling}.js - rm $RENDERER_FOLDER/ReactNativeRenderer-{dev,prod,profiling}.js # Move React Native version file mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB