fix(release): use bash shell for Windows build step (#274)
Some checks failed
Release / build (, amd64, linux, ubuntu-latest) (push) Failing after 1m54s
Release / build (, arm64, linux, ubuntu-latest) (push) Failing after 2m1s
Release / build (, amd64, darwin, macos-latest) (push) Has been cancelled
Release / build (, arm64, darwin, macos-latest) (push) Has been cancelled
Release / build (.exe, amd64, windows, windows-latest) (push) Has been cancelled
Release / release (push) Has been cancelled
Some checks failed
Release / build (, amd64, linux, ubuntu-latest) (push) Failing after 1m54s
Release / build (, arm64, linux, ubuntu-latest) (push) Failing after 2m1s
Release / build (, amd64, darwin, macos-latest) (push) Has been cancelled
Release / build (, arm64, darwin, macos-latest) (push) Has been cancelled
Release / build (.exe, amd64, windows, windows-latest) (push) Has been cancelled
Release / release (push) Has been cancelled
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