zip/action.yaml

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