Skip to content

Commit 13c8a3b

Browse files
committed
Explicitly use bash for script
1 parent c97bfa6 commit 13c8a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
dotnet-version: '6.0'
2525

2626
- name: Build
27-
run: ./build.sh
27+
run: bash ./build.sh
2828

2929
- name: Create Release
3030
env:

0 commit comments

Comments
 (0)