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

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 05:00:57 +00:00 committed by GitHub
parent 68704af131
commit 23bedb999d

View file

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