Skip to content

Commit

Permalink
Rename the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 03f5b65 commit 2831809
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2831809

Please sign in to comment.