Update tar/compress/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:02:42 +00:00
parent 9c5cdc226b
commit 4a1b52a21b

View File

@ -15,4 +15,4 @@ runs:
container: alpine
steps:
- run: |
tar -czvf archive.tar,gz $(find . -type f -name "${{ inputs.pattern }}" )
tar -czvf archive.tar,gz $(find . -type f -wholename "${{ inputs.pattern }}" )