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