mirror of
https://gitea.com/actions/upload-artifact.git
synced 2024-11-12 19:55:58 +01:00
11 lines
253 B
YAML
11 lines
253 B
YAML
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'
|