Skip to content

Commit

Permalink
Try to rename on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 6c49517 commit 0e865f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,6 @@ jobs:
name: Build and deploy iOS HybridApp
needs: prep
runs-on: macos-13-xlarge
defaults:
run:
working-directory: ~/work/App/Mobile-Expensify/react-native
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
steps:
Expand All @@ -488,12 +485,12 @@ jobs:

- name: Rename directory to Mobile-Expensify in order to build correctly
run: mv ~/work/App/App ~/work/App/Mobile-Expensify
working-directory: ~/work/App/App

- name: Update submodule
run: |
git submodule update --init
git checkout andrew-mobile-deploy
working-directory: react-native

- name: Configure MapBox SDK
run: |
Expand Down

0 comments on commit 0e865f4

Please sign in to comment.