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 2dcadea commit af789b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ jobs:
token: ${{ secrets.EXPO_TOKEN }}

- name: Print Folder Structure
run: |
echo "Folder structure:"
tree -L 3 --dirsfirst
run: |
echo "Folder structure:"
tree -L 3 --dirsfirst
- name: 3A) [mobile] EAS Cloud Build
run: eas build --platform all --profile production --non-interactive --no-wait
#run: eas build --platform all --profile production --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 af789b4

Please sign in to comment.