File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,18 @@ jobs:
2828 -sdk iphoneos \
2929 -configuration Debug \
3030 -destination generic/platform=iOS \
31+ -allowProvisioningUpdates \
3132 clean archive
3233
33- - name : export ipa
34- env :
35- EXPORT_OPTIONS_PLIST : ${{ secrets.EXPORT_OPTIONS_PLIST }}
36- run : |
37- xcodebuild -exportArchive -archivePath $RUNNER_TEMP/cloudmaster.xcarchive -exportPath $RUNNER_TEMP/build
34+ # - name: export ipa
35+ # env:
36+ # EXPORT_OPTIONS_PLIST: ${{ secrets.EXPORT_OPTIONS_PLIST }}
37+ # run: |
38+ # xcodebuild -exportArchive -archivePath $RUNNER_TEMP/cloudmaster.xcarchive -exportPath $RUNNER_TEMP/build
3839
39- - name : Upload application
40- uses : actions/upload-artifact@v4
41- with :
42- name : app
43- path : ${{ runner.temp }}/build
44- retention-days : 3
40+ # - name: Upload application
41+ # uses: actions/upload-artifact@v4
42+ # with:
43+ # name: app
44+ # path: ${{ runner.temp }}/build
45+ # retention-days: 3
You can’t perform that action at this time.
0 commit comments