3
0
Fork 0
mirror of https://github.com/actions/upload-artifact.git synced 2025-01-18 16:14:43 +01:00
upload-artifact-no-ghes/action.yml

12 lines
255 B
YAML
Raw Normal View History

2019-06-24 14:38:21 -06:00
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'