zip/action.yaml
2020-11-09 22:38:54 +01:00

6 lines
262 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"