From af789b4ae20d2eed038fead3a1b72fee939c1929 Mon Sep 17 00:00:00 2001 From: jsu <41497174+jsubloom@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:09:41 -0500 Subject: [PATCH] Temporarily do android builds only --- .github/workflows/build-full.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-full.yml b/.github/workflows/build-full.yml index 373cc59..36cc606 100644 --- a/.github/workflows/build-full.yml +++ b/.github/workflows/build-full.yml @@ -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