Skip to content

Commit 575df51

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ci/build/build_mac.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +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-
rm -rf ./Agora_Native_SDK_for_Mac_FULL/bin
60-
rm ./Agora_Native_SDK_for_Mac_FULL/commits
61-
rm ./Agora_Native_SDK_for_Mac_FULL/package_size_report.txt
59+
rm -rf ./$unzip_name/bin
60+
rm ./$unzip_name/commits
61+
rm ./$unzip_name/package_size_report.txt
6262
mkdir ./$unzip_name/samples
6363
mkdir ./$unzip_name/samples/API-Example
6464
cp -rf ./macOS/** ./$unzip_name/samples/API-Example

0 commit comments

Comments
 (0)