Commit 66866c5
committed
fix: use pwsh and \$true for release cleanup step in Windows build
The || operator and 'true' are bash idioms that don't work in Windows
PowerShell 5.1 (shell: powershell). Switch to pwsh (PowerShell 7)
which supports the || pipeline chain operator, and replace bare 'true'
with '$true' (PowerShell boolean literal).
https://claude.ai/code/session_015XDgrfp3HkuA7jyLE8gP5w1 parent 2da851d commit 66866c5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments