mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 09:11:38 -05:00
Explicitly use bash for script
This commit is contained in:
parent
c97bfa6096
commit
13c8a3bc6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate_release.yml
vendored
2
.github/workflows/generate_release.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
dotnet-version: '6.0'
|
dotnet-version: '6.0'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./build.sh
|
run: bash ./build.sh
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue