diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index cb23905..4047c2e 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -22,4 +22,4 @@ jobs: - name: Install dependencies run: yarn install --immutable --immutable-cache --check-cache - name: Build on EAS - run: eas build --platform ios --non-interactive --no-wait --profile production --auto-submit + run: eas build --platform all --non-interactive --no-wait --profile production --auto-submit