Skip to content

Commit

Permalink
chore: use eas to build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Mar 19, 2024
1 parent f8d486e commit 00af390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00af390

Please sign in to comment.