From 7e367ef53748b4cf720b7a8707459f5931e1c55e Mon Sep 17 00:00:00 2001 From: nkanaev Date: Thu, 20 Mar 2025 23:59:30 +0000 Subject: [PATCH] provide missing shell param to github action --- .github/actions/prepare/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index ded8fb8..ffd8b77 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -14,8 +14,10 @@ runs: steps: - name: compile run: ${{ inputs.cmd }} + shell: bash - name: archive run: tar -cvf ${{ out }}.tar ${{ out }} + shell: bash - name: upload uses: actions/upload-artifact@v4 with: