File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -106,18 +106,18 @@ jobs:
106106 PROVISIONING_PROFILE="" \
107107 clean archive
108108
109- # - name: Export IPA
110- # env:
111- # EXPORT_PLIST_B64: ${{ secrets.IOS_EXPORT_PRODUCTION }} # base64 of ExportOptions.plist (method=app-store, signingStyle=manual, provisioningProfiles map)
112- # run: |
113- # set -euo pipefail
114- # EXPORT_PLIST=$RUNNER_TEMP/ExportOptions.plist
115- # echo -n "$EXPORT_PLIST_B64" | base64 --decode > "$EXPORT_PLIST"
116- # cd ios/App
117- # xcodebuild -exportArchive \
118- # -archivePath "$GITHUB_WORKSPACE/App.xcarchive" \
119- # -exportOptionsPlist "$EXPORT_PLIST" \
120- # -exportPath "$RUNNER_TEMP/export"
109+ - name : Export IPA
110+ env :
111+ EXPORT_PLIST_B64 : ${{ secrets.IOS_EXPORT_PRODUCTION }}
112+ run : |
113+ set -euo pipefail
114+ EXPORT_PLIST=$RUNNER_TEMP/ExportOptions.plist
115+ echo -n "$EXPORT_PLIST_B64" | base64 --decode > "$EXPORT_PLIST"
116+ cd ios/App
117+ xcodebuild -exportArchive \
118+ -archivePath "$GITHUB_WORKSPACE/App.xcarchive" \
119+ -exportOptionsPlist "$EXPORT_PLIST" \
120+ -exportPath "$RUNNER_TEMP/export"
121121
122122 # - name: Save App Store Connect API key (.p8)
123123 # env:
You can’t perform that action at this time.
0 commit comments