upload-artifact/action.yml

12 lines
255 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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'