fix(release): Use bash in Windows to fix powershell issues (#1461)
This commit is contained in:
4
.github/workflows/create_release_assets.yml
vendored
4
.github/workflows/create_release_assets.yml
vendored
@@ -8,6 +8,10 @@ permissions:
|
|||||||
# Write permissions to call the repository dispatch
|
# Write permissions to call the repository dispatch
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Publish release files for CD native environments
|
# Publish release files for CD native environments
|
||||||
native_build:
|
native_build:
|
||||||
|
|||||||
Reference in New Issue
Block a user