Skip to content

Commit 418603f

Browse files
authored
Update build_mac.sh
1 parent 575df51 commit 418603f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ci/build/build_mac.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ echo zip_name: $zip_name
5656
python3 $WORKSPACE/artifactory_utils.py --action=download_file --file=$sdk_url
5757
7za x ./$zip_name -y
5858

59+
unzip_name=`ls -S -d */ | grep Agora`
60+
echo unzip_name: $unzip_name
61+
5962
rm -rf ./$unzip_name/bin
6063
rm ./$unzip_name/commits
6164
rm ./$unzip_name/package_size_report.txt

0 commit comments

Comments
 (0)