We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3aa2e commit fe19fa5Copy full SHA for fe19fa5
1 file changed
.github/ci/build/build_ios_ipa.sh
@@ -99,7 +99,7 @@ xcodebuild archive -workspace "${APP_PATH}" -scheme "${TARGET_NAME}" -configurat
99
# 导出ipa
100
xcodebuild -exportArchive -archivePath "${ARCHIVE_PATH}" -exportPath "${EXPORT_PATH}" -exportOptionsPlist "${PLIST_PATH}"
101
102
-rm -rf $ARCHIVE_PATH
+rm -rf "${EXPORT_PATH}/${TARGET_NAME}.xcarchive"
103
rm -rf "${EXPORT_PATH}/Packaging.log"
104
rm -rf "${EXPORT_PATH}/ExportOptions.plist"
105
rm -rf "${EXPORT_PATH}/DistributionSummary.plist"
0 commit comments