mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
fix github action input parameters
This commit is contained in:
parent
7e367ef537
commit
efcb6f8bf0
6
.github/actions/prepare/action.yml
vendored
6
.github/actions/prepare/action.yml
vendored
@ -16,10 +16,10 @@ runs:
|
||||
run: ${{ inputs.cmd }}
|
||||
shell: bash
|
||||
- name: archive
|
||||
run: tar -cvf ${{ out }}.tar ${{ out }}
|
||||
run: tar -cvf ${{ inputs.out }}.tar ${{ inputs.out }}
|
||||
shell: bash
|
||||
- name: upload
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ id }}
|
||||
path: ${{ out }}.tar
|
||||
name: ${{ inputs.id }}
|
||||
path: ${{ inputs.out }}.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user