Update tar/compress/action.yaml

This commit is contained in:
Zakary Timson 2023-08-07 02:11:09 +00:00
parent cd4c059eb5
commit 0aca162682

View File

@ -15,4 +15,4 @@ runs:
container: alpine container: alpine
steps: steps:
- run: | - run: |
tar -czf archive.tar,gz ${{ inputs.pattern }} tar -czf "${{ inputs.out }}" ${{ inputs.pattern }}