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 9ca3b10 commit e9dadcfCopy full SHA for e9dadcf
.github/ci/build/build_android.sh
@@ -70,7 +70,7 @@ else
70
rm -rf ./$unzip_name/rtc/demo
71
rm ./$unzip_name/rtc/commits
72
rm ./$unzip_name/rtc/package_size_report.txt
73
- rm ./$unzip_name/pom
+ rm -rf ./$unzip_name/pom
74
fi
75
mkdir -p ./$unzip_name/rtc/samples
76
cp -rf ./Android/${android_direction} ./$unzip_name/rtc/samples/API-Example || exit 1
0 commit comments