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 <noreply@anthropic.com>