[ci] mkdir before mv (#32602)
Missed this earlier.
lauren committed
Mar 13, 2025 at 17:46 UTC
77987e5ee370dd40c53a6f026c8026065cc3178c
1 file changed
+1
.github/workflows/runtime_commit_artifacts.yml
+1
@@ -108,6 +108,7 @@ jobs:
108
mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
109
110
# Move eslint-plugin-react-hooks into eslint-plugin-react-hooks
111
+ mkdir ./compiled/eslint-plugin-react-hooks
112
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
113
./compiled/eslint-plugin-react-hooks/index.js
114