diff options
| author | MohamedBassem <me@mbassem.com> | 2024-07-28 20:59:11 -0700 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-07-28 21:11:02 -0700 |
| commit | 1ca951af8919b572ffb5b178a0286f517660ed74 (patch) | |
| tree | 358cd176a1cdea4dcfe9102f045f22bdee228ff4 /.github/workflows/ios.yml | |
| parent | 93afb75619a02aa741b464634911b994620092be (diff) | |
| download | karakeep-1ca951af8919b572ffb5b178a0286f517660ed74.tar.zst | |
release(mobile): Bump mobile version to 1.6.0
Diffstat (limited to '.github/workflows/ios.yml')
| -rw-r--r-- | .github/workflows/ios.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
