1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00
upload-artifact/action.yml
2019-06-24 14:38:21 -06:00

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