fix: add bash shell

This commit is contained in:
2024-03-09 00:22:32 +01:00
parent dbbf3dfbde
commit 9882f80eda

View File

@@ -37,6 +37,7 @@ jobs:
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Move artifacts
shell: bash
run: |
mkdir -p /tmp/artifacts
if [ ${{ matrix.os }} == 'windows-latest' ]; then