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: