Commit a73b845
Fix Windows CLI build: Add -Force to directory creation
The "Get pkg-fetch" step was failing because New-Item throws an error
if the directory already exists. This can happen with GitHub Actions
runner caching or when retrying failed jobs.
Added -Force parameter to New-Item commands to handle existing
directories gracefully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b3b6df8 commit a73b845
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments