Skip to content

Commit

Permalink
Update move path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent b813d5c commit b380c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Rename directory to Mobile-Expensify
run: mv ../App ../Mobile-Expensify
run: mv ~/work/App/App ~/work/App/Mobile-Expensify

- name: Update submodule
run: |
Expand Down Expand Up @@ -487,7 +487,7 @@ jobs:
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Rename directory to Mobile-Expensify
run: mv ../App ../Mobile-Expensify
run: mv ~/work/App/App ~/work/App/Mobile-Expensify

- name: Update submodule
run: |
Expand Down

0 comments on commit b380c99

Please sign in to comment.