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