Skip to content

Commit

Permalink
Fixed tar archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 15, 2024
1 parent 6ac8dde commit 7d5a859
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d5a859

Please sign in to comment.