From ee286e0fa285c81e3ff47c443149c819407393da Mon Sep 17 00:00:00 2001 From: Imre Kaszab Date: Fri, 4 Oct 2024 20:22:12 +0200 Subject: [PATCH] fix: fix PR.yml --- .github/workflows/PR.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index a7b5a25..78ab12b 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java + uses: actions/setup-java@v3.13.0 with: distribution: corretto java-version: 18 @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java + uses: actions/setup-java@v3.13.0 with: distribution: corretto java-version: 18 @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java + uses: actions/setup-java@v3.13.0 with: distribution: corretto java-version: 18 @@ -76,7 +76,9 @@ jobs: rm -f iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved xcodebuild -resolvePackageDependencies -project iosApp.xcodeproj xcodebuild build-for-testing \ - -scheme "EAPlayers" \ + -scheme "iosApp" \ -project iosApp.xcodeproj \ -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \ - -allowProvisioningUpdates \ No newline at end of file + -allowProvisioningUpdates \ + -configuration Debug \ + DEVELOPMENT_TEAM=${{ secrets.APPLE_TEAM_ID }} # Reference the GitHub secret here