mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-24 09:00:56 -05:00
15 lines
259 B
Markdown
15 lines
259 B
Markdown
|
# 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"
|
||
|
}
|
||
|
```
|