From 2831809db9b6600db02763fcc9b9ac385e8b75b0 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Wed, 2 Oct 2024 12:50:58 -0600 Subject: [PATCH] Rename the folder --- .github/workflows/deploy.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5493057b771f..d4066efad0ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -177,10 +177,12 @@ jobs: repository: 'Expensify/Mobile-Expensify' submodules: true fetch-depth: 0 - path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} - - name: Change directories to Mobile-Expensify + - name: Rename directory to Mobile-Expensify + run: mv ../App ../Mobile-Expensify + + - name: Update submodule run: | git submodule update --init git checkout andrew-mobile-deploy @@ -476,10 +478,12 @@ jobs: repository: 'Expensify/Mobile-Expensify' submodules: true fetch-depth: 0 - path: 'Mobile-Expensify' token: ${{ secrets.OS_BOTIFY_TOKEN }} - - name: Change directories to Mobile-Expensify + - name: Rename directory to Mobile-Expensify + run: mv ../App ../Mobile-Expensify + + - name: Update submodule run: | git submodule update --init git checkout andrew-mobile-deploy