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 c097a22 commit d84159bCopy full SHA for d84159b
.github/workflows/onestep.sh
@@ -69,7 +69,7 @@ function compile_android_platform
69
echo "---do compile android libs--------------------------------------"
70
./main.sh compile -p android -c build -l ${LIB_NAME}
71
cd build/product/android/universal/${LIB_NAME}
72
- zip -rq $DIST_DIR/${LIB_NAME}-android-${RELEASE_VERSION}.zip ./*
+ zip -rq $DIST_DIR/${LIB_NAME}-android-universal-${RELEASE_VERSION}.zip ./*
73
cd $ROOT_DIR
74
}
75
0 commit comments