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