diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index e890530..d54d4b4 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -41,4 +41,4 @@ jobs: - name: Install dependencies run: pnpm install - name: Build on EAS - run: eas build --profile preview --platform android --non-interactive + run: eas build --profile preview --platform ios --non-interactive