This commit is contained in:
Lain Iwakura 2025-08-07 00:16:34 +03:00
parent d17853d23f
commit 93868c1abd
No known key found for this signature in database
GPG Key ID: C7C18257F2ADC6F8

View File

@ -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: |