Skip to content

Commit

Permalink
change the directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Pari Work Temp committed Aug 13, 2024
1 parent 7857661 commit 3e9b3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
cp resources/app-config-js-values.txt my_project/resources/app-config-js-values.txt
cp resources/eas-json-values.txt my_project/resources/eas-json-values.txt
cd my_project
. scripts/setup_mobile_config.sh app.config.js my_project/resources/app-config-js-values.txt
. scripts/setup_mobile_config.sh eas.json my_project/resources/eas-json-values.txt
. scripts/setup_mobile_config.sh app.config.js resources/app-config-js-values.txt
. scripts/setup_mobile_config.sh eas.json resources/eas-json-values.txt
cat mobile/eas.json
cat mobile/app.config.js
Expand Down

0 comments on commit 3e9b3c9

Please sign in to comment.