We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b7e57 commit 1e3741dCopy full SHA for 1e3741d
1 file changed
.github/ci/build/build_ios.sh
@@ -66,7 +66,7 @@ rm ./$unzip_name/package_size_report.txt
66
mkdir ./$unzip_name/samples
67
mkdir ./$unzip_name/samples/API-Example
68
cp -rf ./iOS/** ./$unzip_name/samples/API-Example
69
-if [[ $sdk_url =~ "audio" ]]
+if [ -z `echo ${sdk_url} | grep 'audio'` ]
70
then
71
echo "包含"
72
rm -rf ./$unzip_name/samples/API-Example/APIExample
0 commit comments