Merge pull request #12 from RDeluxe/pierrick-addActionFile

add action file
This commit is contained in:
Monte Hellawell 2020-11-12 16:13:41 +00:00 committed by GitHub
commit 65cc500a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
action.yaml Normal file
View file

@ -0,0 +1,6 @@
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"