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