Skip to content

Commit 08fffd8

Browse files
authored
Update build_ios.sh
1 parent ee8e8d1 commit 08fffd8

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
@@ -65,7 +65,7 @@ rm ./$unzip_name/package_size_report.txt
6565
mkdir ./$unzip_name/samples
6666
mkdir ./$unzip_name/samples/API-Example
6767
cp -rf ./iOS/** ./$unzip_name/samples/API-Example
68-
if [[ $unzip_name =~ "VOICE" ]]
68+
if [[ ./$unzip_name =~ "VOICE" ]]
6969
then
7070
echo "包含"
7171
rm -rf ./$unzip_name/samples/API-Example/APIExample

0 commit comments

Comments
 (0)