Skip to content

Commit 33eef9b

Browse files
committed
fix
1 parent 09139bf commit 33eef9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/scripts/build_xcframework.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function create_xcframework() {
4545
echo "Created xcframework: $framework_name.xcframework"
4646
done
4747

48-
cp README.md Frameworks/
49-
cp LICENSE Frameworks/
48+
cp ../README.md Frameworks/
49+
cp ../LICENSE Frameworks/
5050
tar -cvzf ReactNative-binary-"$CONFIGURATION".tar.gz Frameworks
5151
}
5252

0 commit comments

Comments
 (0)