This action downloads, unpacks, and configures 7-Zip for use in GitHub Actions workflows. 7-Zip is a free and open-source file archiver. 7-Zip is unpacked under the temporary directory of a runner.
- uses: milliewalky/setup-7-zip@v2
with:
# 7-Zip release tag from its GitHub Releases page e.g. 24.07.
# default: latest
tag: ""This action appends 7-Zip to a temporary PATH file, so doing this:
7z a -t7z {dst}.7z {src}
Should do just fine.
The scripts and documentation in this project are released under the MIT License