Skip to content

Commit 6ceb4b8

Browse files
author
qinhui
committed
fix ci bug
1 parent b093a6e commit 6ceb4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci/build/build_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [ -z "$sdk_url" ]; then
6565
sdk_url_flag=false
6666
echo "sdk_url is empty"
6767
echo unzip_name: $unzip_name
68-
mkdir ./$unzip_name/samples
68+
mkdir -p ./$unzip_name/samples
6969
cp -rf ./macOS ./$unzip_name/samples/APIExample || exit 1
7070
ls -al ./$unzip_name/samples/API-Example/
7171
else

0 commit comments

Comments
 (0)