From 467d17cb781fa38795d3647b55c7a8e8c4fa132b Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 7 Aug 2023 02:03: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 9acf347..d6df39e 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 $(find . -type f -wholename "${{ inputs.pattern }}" ) + tar -czvf archive.tar,gz ${{ inputs.pattern }}