mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-14 12:41:38 +08:00
Upload multiple artifacts
This commit is contained in:
@@ -2,9 +2,6 @@ name: 'Upload a Build Artifact'
|
||||
description: 'Upload a build artifact that can be used by subsequent workflow steps'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
default: 'artifact'
|
||||
path:
|
||||
description: 'A file, directory or wildcard pattern that describes what to upload'
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user