Skip to content

Commit 6914ef6

Browse files
committed
fix ios output path
1 parent 714470d commit 6914ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cmake -B build -S yoga -D CMAKE_BUILD_TYPE=Release -G Xcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_Swift_COMPILER_FORCED=true -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0
7474
cmake --build build --config Release
7575
mkdir -p dist/iOS
76-
cp -a build/ dist/iOS/
76+
cp build/Release-iphoneos/libyogacore.a dist/iOS/libyoga.a
7777
7878
- name: Upload Binaries
7979
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)