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:
|
with:
|
||||||
xcode-version: '15.0'
|
xcode-version: '15.0'
|
||||||
|
|
||||||
|
- name: List Files
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
find . -name "*.xcodeproj" -type d
|
||||||
|
|
||||||
- name: Build Archive
|
- name: Build Archive
|
||||||
run: |
|
run: |
|
||||||
xcodebuild -project MobileMkch.xcodeproj \
|
xcodebuild -project MobileMkch.xcodeproj \
|
||||||
@ -27,7 +32,8 @@ jobs:
|
|||||||
-configuration Release \
|
-configuration Release \
|
||||||
-destination 'generic/platform=iOS' \
|
-destination 'generic/platform=iOS' \
|
||||||
-archivePath MobileMkch.xcarchive \
|
-archivePath MobileMkch.xcarchive \
|
||||||
archive
|
archive \
|
||||||
|
-verbose
|
||||||
|
|
||||||
- name: Create Payload
|
- name: Create Payload
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user