upd
This commit is contained in:
parent
d17853d23f
commit
93868c1abd
8
.github/workflows/build-ipa.yml
vendored
8
.github/workflows/build-ipa.yml
vendored
@ -20,6 +20,11 @@ jobs:
|
||||
with:
|
||||
xcode-version: '15.0'
|
||||
|
||||
- name: List Files
|
||||
run: |
|
||||
ls -la
|
||||
find . -name "*.xcodeproj" -type d
|
||||
|
||||
- name: Build Archive
|
||||
run: |
|
||||
xcodebuild -project MobileMkch.xcodeproj \
|
||||
@ -27,7 +32,8 @@ jobs:
|
||||
-configuration Release \
|
||||
-destination 'generic/platform=iOS' \
|
||||
-archivePath MobileMkch.xcarchive \
|
||||
archive
|
||||
archive \
|
||||
-verbose
|
||||
|
||||
- name: Create Payload
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user