zip/action.yaml
2020-11-12 16:18:13 +00:00

9 lines
345 B
YAML

name: "action-zip"
author: "Monte Hellawell @montudor"
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"
inputs:
args:
description: "See montudor/action-zip README.md for more info"