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:
parent
8769a1bcb6
commit
c1e5b0d99f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
cache: true
|
||||
|
||||
- name: Build CLI
|
||||
shell: bash
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue