1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 14:04:03 +00:00
Files
browser/.github/workflows
cd-bitwarden a73b845ffd 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 <noreply@anthropic.com>
2025-11-20 13:31:24 -05:00
..