chore: Use bash when running release script on Windows

This commit is contained in:
Erik Svedäng 2020-12-19 23:04:05 +01:00
parent 1b6aaaaa7c
commit 4eed3e847a

View File

@ -44,6 +44,7 @@ jobs:
run: scoop install llvm --global
- name: Build and zip
shell: bash
run: "./scripts/release.sh ${{ steps.get_tag_name.outputs.VERSION }} --noprompt"
- name: Create Github Release