fix(release): use bash shell for Windows build step

PowerShell interprets '.' differently than bash. Adding shell: bash
ensures consistent behavior across all platforms.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-03 04:58:35 +00:00
parent 68704af131
commit e7922e1976

View file

@ -44,6 +44,7 @@ jobs:
cache: true
- name: Build CLI
shell: bash
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}