File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939# others: Rename the zip package name yourself, But need copy it to workspace dir
4040# #################################
4141
42+ echo is_generate_validate_app: $is_generate_validate_app
4243echo Package_Publish: $Package_Publish
4344echo is_tag_fetch: $is_tag_fetch
4445echo arch: $arch
8889 echo " failed"
8990 exit 1
9091 fi
91- ./.github/ci/build/build_ios_ipa.sh ./$unzip_name /samples/APIExample-Audio
92+ if [ $is_generate_validate_app = true ]; then
93+ ./.github/ci/build/build_ios_ipa.sh ./$unzip_name /samples/APIExample-Audio
94+ fi
9295
9396else
9497 echo " 不包含"
102105 echo " failed"
103106 exit 1
104107 fi
105- ./.github/ci/build/build_ios_ipa.sh ./$unzip_name /samples/APIExample
108+ if [ $is_generate_validate_app = true ]; then
109+ ./.github/ci/build/build_ios_ipa.sh ./$unzip_name /samples/APIExample
110+ fi
106111fi
107112
108113rm -rf ./$unzip_name /samples/API-Example
You can’t perform that action at this time.
0 commit comments