This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Commit dc533c4
authored
Fix path for Web (CI build) (software-mansion#2962)
## Description
The command `cp -RL src/ lib/` on CI copied the whole catalog instead of content (different behavior than on my local computer). I replaced the command to `cp -RL src/* lib/` to ensure the same behavior on CI and local machines.1 parent 221ce7d commit dc533c4
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
45 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments