mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
provide missing shell param to github action
This commit is contained in:
parent
b9a3326a98
commit
7e367ef537
2
.github/actions/prepare/action.yml
vendored
2
.github/actions/prepare/action.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user