mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
chore: Use bash when running release script on Windows
This commit is contained in:
parent
1b6aaaaa7c
commit
4eed3e847a
1
.github/workflows/release_windows.yml
vendored
1
.github/workflows/release_windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user