diff options
Diffstat (limited to '.github/workflows/android.yml')
| -rw-r--r-- | .github/workflows/android.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3528d73c..4879e1b9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,6 +32,7 @@ jobs: token: ${{ secrets.EXPO_TOKEN }} - name: Build Android app + working-directory: apps/mobile run: eas build --platform android --local --output ${{ github.workspace }}/app-release.aab - name: Upload AAB artifact |
