From 93868c1abddfe2275021de9dfe35c3a705035a9d Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Thu, 7 Aug 2025 00:16:34 +0300 Subject: [PATCH] upd --- .github/workflows/build-ipa.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ipa.yml b/.github/workflows/build-ipa.yml index 4a837a1..1ee9a6c 100644 --- a/.github/workflows/build-ipa.yml +++ b/.github/workflows/build-ipa.yml @@ -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: |