From ebd37ca22e75f8cac1869c15caae70b81822eefc Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Fri, 1 Aug 2025 16:35:17 +0530 Subject: [PATCH] fix: use correct project --- .github/workflows/auth-internal-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auth-internal-release.yml b/.github/workflows/auth-internal-release.yml index a3c0831e99..dcc3ec6160 100644 --- a/.github/workflows/auth-internal-release.yml +++ b/.github/workflows/auth-internal-release.yml @@ -118,7 +118,7 @@ jobs: keychain add-certificates --certificate $CERTIFICATE_PATH --certificate-password $P12_PASSWORD # Use profile in current project - xcode-project use-profiles + xcode-project use-profiles --project=ios/*.xcodeproj env: BUILD_CERTIFICATE_BASE64: ${{ secrets.MAC_OS_CERTIFICATE }} P12_PASSWORD: ${{ secrets.MAC_OS_CERTIFICATE_PASSWORD }}