We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d0dca commit a4fab57Copy full SHA for a4fab57
.github/workflows/onestep.sh
@@ -77,7 +77,7 @@ function compile_tvos_platform
77
function compile_android_platform
78
{
79
echo "---do compile android libs--------------------------------------"
80
- ./main.sh compile -p android -c build -l ${LIB_NAME} >> $DIST_DIR/android-compile-log-$RELEASE_VERSION.md
+ ./main.sh compile -p android -c build -l ${LIB_NAME} #>> $DIST_DIR/android-compile-log-$RELEASE_VERSION.md
81
cd build/product/android/universal
82
zip -ryq $DIST_DIR/${LIB_NAME}-android-universal-${RELEASE_VERSION}.zip ./*
83
cd $ROOT_DIR
0 commit comments