commit c91d2c86535404f010cf0c439ca043eb923cbe35
Author: Ting <tihuang@microsoft.com>
Date:   Mon Jun 24 14:38:21 2019 -0600

    Create 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'