Skip to content

Commit 6cc9073

Browse files
Set explicit shell for Build step in GitHub release workflow
1 parent 4e18cd1 commit 6cc9073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
# Build the binary and create a compressed archive
5252
- name: Build
5353
id: build
54+
shell: bash
5455
env:
5556
# Set the target operating system and architecture
5657
GOOS: ${{ matrix.goos }}

0 commit comments

Comments
 (0)