File tree Expand file tree Collapse file tree 3 files changed +12
-32
lines changed
Expand file tree Collapse file tree 3 files changed +12
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function compile_android_platform
6868{
6969 echo " ---do compile android libs--------------------------------------"
7070 ./main.sh compile -p android -c build -l ${LIB_NAME}
71- cd build/product/android
71+ cd build/product/android/universal/ ${LIB_NAME}
7272 zip -rq $DIST_DIR /${LIB_NAME} -android-${RELEASE_VERSION} .zip ./*
7373 cd $ROOT_DIR
7474}
Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [master]
77
8- name : Create yuv Release
8+ name : YUV
99
1010jobs :
1111 build :
12- name : compile yuv then deploy
12+ name : compile apple and android yuv then deploy
1313 runs-on : macos-14
1414 env :
1515 GH_TOKEN : ${{ github.token }}
1616 steps :
1717 - name : Checkout code
1818 uses : actions/checkout@v4
19+ - uses : nttld/setup-ndk@v1
20+ id : setup-ndk
21+ with :
22+ ndk-version : r21e
23+ add-to-path : false
24+ local-cache : true
1925 - name : One Step
20- run : .github/workflows/onestep.sh yuv all
26+ run : .github/workflows/onestep.sh yuv all
27+ env :
28+ ANDROID_NDK_HOME : ${{ steps.setup-ndk.outputs.ndk-path }}
You can’t perform that action at this time.
0 commit comments