2019-07-18 12:09:25 +01:00
2019-07-18 12:09:25 +01:00
2019-07-18 12:04:59 +01:00
2019-07-18 12:03:22 +01:00

Zip Files Action

This GitHub action exposes the zip command for use in building/archiving.

Usage

An example action config is displayed below:

action "Zip" {
  uses = "montudor/action-zip@v0.1.0"
  args = "zip -r output.zip ./path_to_files"
}
S
Description
A GitHub action used to zip file contents
Readme MIT
49 KiB
Languages
Dockerfile 100%