From 9882f80eda6a7bf22f153254c724d7e61ab3b302 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 9 Mar 2024 00:22:32 +0100 Subject: [PATCH] fix: add bash shell --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd081ae..48745d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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