Commit 0e8100c
committed
fix: correct demo asset location in CI smoke test
The smoke test was copying demo assets to release/demo/ but running the engine
from build/ directory. The engine's fs_basepath defaults to its working directory,
so it was looking for build/demo/ instead of release/demo/.
Changes:
- Update CI workflow to copy demo assets to build/demo/ instead of release/demo/
- Modify smoke test script to explicitly set fs_basepath to engine's directory
- This ensures the engine can find the demo assets during testing
The smoke test now correctly locates demo assets regardless of engine location.1 parent 9ade8a9 commit 0e8100c
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
0 commit comments