Skip to content

Commit a4fab57

Browse files
committed
print more log for debug
1 parent 35d0dca commit a4fab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onestep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function compile_tvos_platform
7777
function compile_android_platform
7878
{
7979
echo "---do compile android libs--------------------------------------"
80-
./main.sh compile -p android -c build -l ${LIB_NAME} >> $DIST_DIR/android-compile-log-$RELEASE_VERSION.md
80+
./main.sh compile -p android -c build -l ${LIB_NAME} #>> $DIST_DIR/android-compile-log-$RELEASE_VERSION.md
8181
cd build/product/android/universal
8282
zip -ryq $DIST_DIR/${LIB_NAME}-android-universal-${RELEASE_VERSION}.zip ./*
8383
cd $ROOT_DIR

0 commit comments

Comments
 (0)