From 4ea71f8425f506848a167387daa952f23ac2facd Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:05:36 +0000 Subject: [PATCH] Update tar/compress/action.yaml --- tar/compress/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/compress/action.yaml b/tar/compress/action.yaml index d6df39e..ffeb2c0 100644 --- a/tar/compress/action.yaml +++ b/tar/compress/action.yaml @@ -15,4 +15,4 @@ runs: container: alpine steps: - run: | - tar -czvf archive.tar,gz ${{ inputs.pattern }} + tar -czf archive.tar,gz ${{ inputs.pattern }}