Skip to content

Commit e19a319

Browse files
committed
try to fix github actions pipeline
1 parent 19c1d92 commit e19a319

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/swift.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)