Skip to content
play

GitHub Action

setup 7-Zip action

v1 Latest version

setup 7-Zip action

play

setup 7-Zip action

download and unpack 7-Zip for gh actions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: setup 7-Zip action

uses: milliewalky/setup-7-zip@v1

Learn more about this action in milliewalky/setup-7-zip

Choose a version

Build and Test

Setup 7-Zip

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.

Usage

- uses: milliewalky/setup-7-zip@v1

This action appends 7-Zip to a temporary PATH file, so doing this:

7z a -t7z {dst}.7z {src}

Should do just fine.

License

The scripts and documentation in this project are released under the MIT License