mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-06 00:45:52 -05:00
add action file
This commit is contained in:
parent
1104d072e2
commit
76138515bc
1 changed files with 5 additions and 0 deletions
5
action.yaml
Normal file
5
action.yaml
Normal 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"
|
Loading…
Reference in a new issue