add action file

This commit is contained in:
Pierrick Bignet 2020-11-09 22:37:16 +01:00
parent 1104d072e2
commit 76138515bc

5
action.yaml Normal file
View file

@ -0,0 +1,5 @@
name: "action-zip"
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"