We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714470d commit 6914ef6Copy full SHA for 6914ef6
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
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
74
cmake --build build --config Release
75
mkdir -p dist/iOS
76
- cp -a build/ dist/iOS/
+ cp build/Release-iphoneos/libyogacore.a dist/iOS/libyoga.a
77
78
- name: Upload Binaries
79
uses: actions/upload-artifact@v3
0 commit comments