Skip to content

Commit a6ed893

Browse files
author
zhaoyongqiang
committed
Merge branch 'dev/4.0.1' of github.com:AgoraIO/API-Examples into dev/4.0.1
2 parents d146eb1 + 1e3741d commit a6ed893

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/ci/build/build_ios.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash -ilex
12
##################################
23
# --- Guidelines: ---
34
#
@@ -65,7 +66,7 @@ rm ./$unzip_name/package_size_report.txt
6566
mkdir ./$unzip_name/samples
6667
mkdir ./$unzip_name/samples/API-Example
6768
cp -rf ./iOS/** ./$unzip_name/samples/API-Example
68-
if [[ ./$unzip_name =~ "VOICE" ]]
69+
if [ -z `echo ${sdk_url} | grep 'audio'` ]
6970
then
7071
echo "包含"
7172
rm -rf ./$unzip_name/samples/API-Example/APIExample

0 commit comments

Comments
 (0)