From 64c8d2d45d49dbb2f59ea23e5e739eb79e124abc Mon Sep 17 00:00:00 2001 From: Joseph Savona Date: Tue, 9 Apr 2024 14:05:18 -0700 Subject: [PATCH] Attempt to fix diff syncing for Meta (#28801) #28796 broke Meta's PR syncing tool, hoping this fixes it --- .github/workflows/commit_artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 96d19d9c95c89..89ffe45195154 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -132,7 +132,7 @@ jobs: ./compiled/facebook-www/eslint-plugin-react-hooks.js # Move unstable_server-external-runtime.js into facebook-www - mv build/oss-stable/react-dom/unstable_server-external-runtime.js \ + mv build/oss-experimental/react-dom/unstable_server-external-runtime.js \ ./compiled/facebook-www/unstable_server-external-runtime.js # Move react-refresh-babel.development.js into babel-plugin-react-refresh