Skip to content

Commit fe19fa5

Browse files
authored
Update build_ios_ipa.sh
1 parent 4a3aa2e commit fe19fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ci/build/build_ios_ipa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ xcodebuild archive -workspace "${APP_PATH}" -scheme "${TARGET_NAME}" -configurat
9999
# 导出ipa
100100
xcodebuild -exportArchive -archivePath "${ARCHIVE_PATH}" -exportPath "${EXPORT_PATH}" -exportOptionsPlist "${PLIST_PATH}"
101101

102-
rm -rf $ARCHIVE_PATH
102+
rm -rf "${EXPORT_PATH}/${TARGET_NAME}.xcarchive"
103103
rm -rf "${EXPORT_PATH}/Packaging.log"
104104
rm -rf "${EXPORT_PATH}/ExportOptions.plist"
105105
rm -rf "${EXPORT_PATH}/DistributionSummary.plist"

0 commit comments

Comments
 (0)