zip/action.yaml

10 lines
345 B
YAML
Raw Normal View History

2020-11-09 16:37:16 -05:00
name: "action-zip"
2020-11-09 16:38:54 -05:00
author: "Monte Hellawell @montudor"
2020-11-09 16:37:16 -05:00
description: "This GitHub action exposes the zip command for use in building/archiving. It is important to note that this action currently only supports Linux."
runs:
using: "docker"
image: "Dockerfile"
2020-11-12 11:18:13 -05:00
inputs:
args:
description: "See montudor/action-zip README.md for more info"