Create action.yml

This commit is contained in:
Ting 2019-06-24 14:38:21 -06:00 committed by GitHub
commit c91d2c8653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
action.yml Normal file
View File

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