mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-09 02:03:34 -05:00
Merge pull request #12 from RDeluxe/pierrick-addActionFile
add action file
This commit is contained in:
commit
65cc500a74
1 changed files with 6 additions and 0 deletions
6
action.yaml
Normal file
6
action.yaml
Normal 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"
|
Loading…
Reference in a new issue