From c91d2c86535404f010cf0c439ca043eb923cbe35 Mon Sep 17 00:00:00 2001 From: Ting Date: Mon, 24 Jun 2019 14:38:21 -0600 Subject: [PATCH] Create action.yml --- action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..5e1eff7 --- /dev/null +++ b/action.yml @@ -0,0 +1,11 @@ +name: ‘Upload artifact' +description: 'Publish files as workflow artifacts' +author: 'GitHub' +inputs: + name: + description: 'Artifact name' + required: true + path: + description: 'Directory containing files to upload’ +runs: + plugin: 'publish'