From 1ca951af8919b572ffb5b178a0286f517660ed74 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 28 Jul 2024 20:59:11 -0700 Subject: release(mobile): Bump mobile version to 1.6.0 --- .github/workflows/android.yml | 1 + .github/workflows/ios.yml | 1 + 2 files changed, 2 insertions(+) (limited to '.github') 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 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 459c03cc..fcb50f20 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -23,6 +23,7 @@ jobs: token: ${{ secrets.EXPO_TOKEN }} - name: Build iOS app + working-directory: apps/mobile run: eas build --platform ios --local --non-interactive --output ${{ github.workspace }}/app-release.ipa - name: Upload IPA artifact -- cgit v1.2.3-70-g09d2