Skip to content

Commit 1e3741d

Browse files
authored
Update build_ios.sh
1 parent 76b7e57 commit 1e3741d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ci/build/build_ios.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ rm ./$unzip_name/package_size_report.txt
6666
mkdir ./$unzip_name/samples
6767
mkdir ./$unzip_name/samples/API-Example
6868
cp -rf ./iOS/** ./$unzip_name/samples/API-Example
69-
if [[ $sdk_url =~ "audio" ]]
69+
if [ -z `echo ${sdk_url} | grep 'audio'` ]
7070
then
7171
echo "包含"
7272
rm -rf ./$unzip_name/samples/API-Example/APIExample

0 commit comments

Comments
 (0)