From 7d5a859ddec8971e8534774b08c0c300571960a1 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Fri, 15 Mar 2024 10:05:10 -0400 Subject: [PATCH] Fixed tar archive path --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 3090084..26009b2 100644 --- a/action.yml +++ b/action.yml @@ -20,10 +20,7 @@ runs: run: | mkdir -p wizard wget https://github.com/boyter/scc/releases/download/v3.2.0/scc_Linux_x86_64.tar.gz -O wizard/scc.gz - find wizard/ - tar -C wizard/ -xvf scc.gz - find wizard/ - chmod +x wizard/scc + tar -C wizard/ -xvf wizard/scc.gz shell: "bash" - name: Extracting the inner knowledge hidden inside the scrolls