From d31eaef6d4e8736907925dc07d446b56630fc50a Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 25 May 2026 10:17:22 +0500 Subject: [PATCH] ci: update --- .github/workflows/ios.preview.firebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.preview.firebase.yml b/.github/workflows/ios.preview.firebase.yml index 1f38c21e8..f77c1934d 100644 --- a/.github/workflows/ios.preview.firebase.yml +++ b/.github/workflows/ios.preview.firebase.yml @@ -41,7 +41,7 @@ jobs: - name: Setup iOS Platform run: | xcodebuild -downloadPlatform iOS -exportPath ~/Downloads - xcodebuild -importplatform ~/Downloads/iphonesimulator_26.1_23B86.dmg + xcodebuild -importPlatform ~/Downloads/iphonesimulator_26.1_23B86.dmg - name: Install node modules run: |