We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575df51 commit 418603fCopy full SHA for 418603f
1 file changed
.github/ci/build/build_mac.sh
@@ -56,6 +56,9 @@ echo zip_name: $zip_name
56
python3 $WORKSPACE/artifactory_utils.py --action=download_file --file=$sdk_url
57
7za x ./$zip_name -y
58
59
+unzip_name=`ls -S -d */ | grep Agora`
60
+echo unzip_name: $unzip_name
61
+
62
rm -rf ./$unzip_name/bin
63
rm ./$unzip_name/commits
64
rm ./$unzip_name/package_size_report.txt
0 commit comments