Update tar/compress/action.yaml
This commit is contained in:
parent
4a1b52a21b
commit
467d17cb78
@ -15,4 +15,4 @@ runs:
|
||||
container: alpine
|
||||
steps:
|
||||
- run: |
|
||||
tar -czvf archive.tar,gz $(find . -type f -wholename "${{ inputs.pattern }}" )
|
||||
tar -czvf archive.tar,gz ${{ inputs.pattern }}
|
||||
|
Loading…
Reference in New Issue
Block a user