v3: Can't use 'tar -xzf' extract archive file
See original GitHub issueSeeing this message in multiple workflows, for example https://github.com/evcc-io/evcc/actions/runs/3196568609/jobs/5218706471:
Download action repository 'actions/checkout@v3' (SHA:2541b1294d2704b0964813337f33b291d3f8596b)
[32](https://github.com/evcc-io/evcc/actions/runs/3196568609/jobs/5218706471#step:1:36)
Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_7f4c68a5-9277-4158-bd81-8e4da5024281/72c73168-d299-4a05-9cb4-59ce926649c7.tar.gz. return code: 2.
Issue Analytics
- State:
- Created a year ago
- Reactions:38
- Comments:9
Top Results From Across the Web
Github/actions: GetError: Can't use 'tar -xzf' extract archive file ...
Hi, I use github action with self hosted runners and I don't get problem until now. name: CI mirroring # Controls when the...
Read more >Can't extract tar file on Linux server
I uploaded this file to the Debian server but can't extract: tar -xvfz files.tar gzip: stdin: not in gzip format tar: Child returned...
Read more >Unable to open a tar.gz file - Super User
Try just unzipping it first, and ensure it's a valid tar file. This isn't a suitable question for stackoverflow. Perhaps unix.stackexchange.com ...
Read more >Extracting .tar file isn't working - Stack Overflow
What I've done: Downloaded the binary .tar.gz file from the website, and using the shell, moved the downloaded file to the appropariate ...
Read more >How do I uncompress a tarball that uses .xz? - Ask Ubuntu
I had the same problem, the tar xf command was not able to extract it. To fix this, you need to install the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Moving to
actions/checkout@v3.1.0
did the job for me.And possible related to #815, #948, #944, actions/runner#1923,
github action is not healthy now