We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbbc09 commit 198bf3cCopy full SHA for 198bf3c
1 file changed
.github/workflows/release.yml
@@ -42,6 +42,7 @@ jobs:
42
run: bun install --frozen-lockfile
43
44
- name: Build binary
45
+ shell: bash
46
run: |
47
case "${{ matrix.target }}" in
48
linux-x64)
0 commit comments