diff --git a/.github/workflows/build-entries.yml b/.github/workflows/build-entries.yml index c597d7b..0835995 100644 --- a/.github/workflows/build-entries.yml +++ b/.github/workflows/build-entries.yml @@ -41,17 +41,17 @@ jobs: - name: Build web run: npm run build:web - # build-android: - # name: Build Android - # needs: prepare-dependencies - # runs-on: ubuntu-latest - # steps: - # - name: Checkout repository - # uses: actions/checkout@v2 - # - uses: ./.github/actions/prepare-local-env - # - name: 🏗 Setup EAS - # uses: expo/expo-github-action@v8 - # with: - # eas-version: latest - # - name: Build Android - # run: npm run build:mobile:prod + build-android: + name: Build Android + needs: prepare-dependencies + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + - uses: ./.github/actions/prepare-local-env + - name: 🏗 Setup EAS + uses: expo/expo-github-action@v8 + with: + eas-version: latest + - name: Build Android + run: npm run build:mobile:prod