diff --git a/.github/workflows/build-full.yml b/.github/workflows/build-full.yml index 373cc59..b4df19a 100644 --- a/.github/workflows/build-full.yml +++ b/.github/workflows/build-full.yml @@ -77,7 +77,8 @@ jobs: 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 production --non-interactive --no-wait working-directory: packages/mobile/ # - name: 3B) [electron] Install dependencies