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