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