Skip to content

Commit

Permalink
Temporarily do android builds only
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Aug 31, 2023
1 parent 13f8d58 commit 65db257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
tree -L 3 --dirsfirst
- name: 3A) [mobile] EAS Cloud Build
run: eas build --platform all --profile ${{ github.event.inputs.releaseStage }} --non-interactive --no-wait
# run: eas build --platform all --profile ${{ github.event.inputs.releaseStage }} --non-interactive --no-wait
run: eas build --platform android --profile ${{ github.event.inputs.releaseStage }} --non-interactive --no-wait
working-directory: packages/mobile/

# - name: 3B) [electron] Install dependencies
Expand Down

0 comments on commit 65db257

Please sign in to comment.