From 00af39070f521bef5fd74baf27d4d6a1d1f8d2c5 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Tue, 19 Mar 2024 16:06:54 +0800 Subject: [PATCH] chore: use eas to build ios --- .github/workflows/eas-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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