Skip to content

Commit 08be537

Browse files
author
zhangwei
committed
[Android]update ci.
1 parent bcd7a7c commit 08be537

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/ci/build/build_android.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ fi
8787
mv result.zip $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
8888

8989
if [ $compress_apiexample = true ]; then
90-
cd ./$unzip_name/rtc/samples/API-Example || exit 1
91-
7za a -tzip result_onlyAPIExample.zip -r ./$unzip_name/rtc/samples/API-Example > log1.txt
90+
7za a -tzip result_onlyAPIExample.zip -r ./$unzip_name/rtc/samples/API-Example >> log.txt
9291
mv result_onlyAPIExample.zip $WORKSPACE/onlyAPIExample_${BUILD_NUMBER}_$zip_name
9392
fi
9493

0 commit comments

Comments
 (0)