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 bcd7a7c commit 08be537Copy full SHA for 08be537
.github/ci/build/build_android.sh
@@ -87,8 +87,7 @@ fi
87
mv result.zip $WORKSPACE/withAPIExample_${BUILD_NUMBER}_$zip_name
88
89
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
+ 7za a -tzip result_onlyAPIExample.zip -r ./$unzip_name/rtc/samples/API-Example >> log.txt
92
mv result_onlyAPIExample.zip $WORKSPACE/onlyAPIExample_${BUILD_NUMBER}_$zip_name
93
fi
94
0 commit comments