We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8e8d1 commit 08fffd8Copy full SHA for 08fffd8
1 file changed
.github/ci/build/build_ios.sh
@@ -65,7 +65,7 @@ rm ./$unzip_name/package_size_report.txt
65
mkdir ./$unzip_name/samples
66
mkdir ./$unzip_name/samples/API-Example
67
cp -rf ./iOS/** ./$unzip_name/samples/API-Example
68
-if [[ $unzip_name =~ "VOICE" ]]
+if [[ ./$unzip_name =~ "VOICE" ]]
69
then
70
echo "包含"
71
rm -rf ./$unzip_name/samples/API-Example/APIExample
0 commit comments