Skip to content

Commit 64c8d2d

Browse files
authored
Attempt to fix diff syncing for Meta (#28801)
#28796 broke Meta's PR syncing tool, hoping this fixes it
1 parent 7f5d25e commit 64c8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
./compiled/facebook-www/eslint-plugin-react-hooks.js
133133
134134
# Move unstable_server-external-runtime.js into facebook-www
135-
mv build/oss-stable/react-dom/unstable_server-external-runtime.js \
135+
mv build/oss-experimental/react-dom/unstable_server-external-runtime.js \
136136
./compiled/facebook-www/unstable_server-external-runtime.js
137137
138138
# Move react-refresh-babel.development.js into babel-plugin-react-refresh

0 commit comments

Comments
 (0)