Skip to content

Commit

Permalink
fix eas-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shmatozz committed Sep 10, 2024
1 parent ea33f7c commit 1d04fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: npm ci
- name: Build on EAS
run: eas build --platform all --non-interactive --no-wait
- name: Build Android on EAS
run: eas build --platform android --non-interactive --no-wait

0 comments on commit 1d04fdd

Please sign in to comment.