From 28f4c7763cf8ee22522ac0a4f96c8b9e2a10a498 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 2 Oct 2024 13:33:25 -0600 Subject: [PATCH] Update working directory --- .github/workflows/deploy.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a15baac18af..71eecdbb2d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -167,7 +167,7 @@ jobs: runs-on: ubuntu-latest-xl defaults: run: - working-directory: react-native + working-directory: Mobile-Expensify/react-native env: RUBYOPT: '-rostruct' steps: @@ -177,11 +177,9 @@ jobs: repository: 'Expensify/Mobile-Expensify' submodules: true fetch-depth: 0 + path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} - - name: Rename directory to Mobile-Expensify in order to build correctly - run: mv ~/work/App/App ~/work/App/Mobile-Expensify - - name: Update submodule run: | git submodule update --init @@ -474,6 +472,9 @@ jobs: runs-on: macos-13-xlarge env: DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer + defaults: + run: + working-directory: Mobile-Expensify/react-native steps: - name: Checkout uses: actions/checkout@v4 @@ -481,16 +482,13 @@ jobs: repository: 'Expensify/Mobile-Expensify' submodules: true fetch-depth: 0 + path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} - - name: Rename directory to Mobile-Expensify in order to build correctly - run: mv ~/work/App/App ~/work/App/Mobile-Expensify - - name: Update submodule run: | git submodule update --init git checkout andrew-mobile-deploy - working-directory: react-native - name: Configure MapBox SDK run: |