Commit eb17f72
committed
fix: Correct Expo preview workflow
The EAS Preview workflow was failing because it was pointing to the old `frontend` directory instead of the new `mobile` directory.
This commit updates the `working-directory` in the `.github/workflows/preview.yml` file to `mobile/` to resolve the issue.1 parent d164ed5 commit eb17f72
File tree
4 files changed
+1106
-1120
lines changed- .github/workflows
- mobile
4 files changed
+1106
-1120
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments