Update tar/compress/action.yaml
This commit is contained in:
parent
cd4c059eb5
commit
0aca162682
@ -15,4 +15,4 @@ runs:
|
||||
container: alpine
|
||||
steps:
|
||||
- run: |
|
||||
tar -czf archive.tar,gz ${{ inputs.pattern }}
|
||||
tar -czf "${{ inputs.out }}" ${{ inputs.pattern }}
|
||||
|
Loading…
Reference in New Issue
Block a user