provide missing shell param to github action

This commit is contained in:
nkanaev 2025-03-20 23:59:30 +00:00
parent b9a3326a98
commit 7e367ef537

View File

@ -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: