ducksoft/extract-7z-action — explained in plain English
Analysis updated 2026-07-15 · repo last pushed 2022-08-18
Automatically unpack zipped media assets before your build process uses them.
Extract bundled configuration files from a 7z archive during automated testing workflows.
Unzip downloaded dependencies as part of a GitHub Actions CI pipeline.
| ducksoft/extract-7z-action | arata-ae/purupurupngtuber | codextf2/yamldeck | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2022-08-18 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Only requires specifying the archive file path and destination folder in your GitHub Actions workflow YAML.
extract-7z-action is a tool for GitHub Actions, GitHub's automation platform, that unpacks compressed archive files like 7z and zip. In simple terms, if you have an automated workflow that needs to open a zipped folder to access the files inside, this tool does that for you automatically. Here's how it works at a high level. When building software, teams often use GitHub Actions to run automated tasks, like testing code whenever a change is made. Sometimes those tasks need to use files that have been compressed into an archive to save space or bundle them together. You add this tool to your automated workflow, and tell it two things: which file to open, and where to put the unpacked contents. The tool then handles the extraction process behind the scenes so your workflow can move on to the next step. This would be used by developers or teams who already work with GitHub Actions and need to handle compressed files as part of their build or testing process. For example, if a team downloads a batch of media assets or configuration files that are zipped together, they could use this to unpack those files automatically before the rest of the project's code tries to use them. The project itself is quite straightforward. The setup only requires two pieces of information from the user: the file to unpack and the destination folder. Beyond that, the documentation does not go into detail about any advanced configuration, supported formats beyond 7z and zip, or specific technical tradeoffs, suggesting it is designed to be a simple, focused utility that does one specific job.
A GitHub Actions tool that automatically unpacks compressed archive files like 7z and zip so your automated workflows can access the files inside without manual steps.
Mainly JavaScript. The stack also includes JavaScript, GitHub Actions.
Dormant — no commits in 2+ years (last push 2022-08-18).
The license terms are not specified in the project documentation, so usage rights are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.