Commit a7e7519
committed
fix(ci): use cross-platform temp dir in fetch-ontario-design-system.ps1
$env:TEMP is undefined on Linux GitHub runners, which made the build
job fail at the 'Fetch Ontario Design System assets' step with
'Cannot bind argument to parameter Path because it is null'.
Switch to [System.IO.Path]::GetTempPath() which resolves correctly on
Windows, macOS, and Linux pwsh.1 parent 94beaae commit a7e7519
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments