update action. yml

This commit is contained in:
jace833 2021-04-05 09:31:23 +02:00 committed by GitHub
parent ea3d524381
commit bac485b1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
name: 'Upload a Build Artifact' name: 'Upload a Build Artifact'
description: 'Upload a build artifact that can be used by subsequent workflow steps' description: 'Upload a build artifact that can be used by subsequent workflow steps'
author: 'GitHub' author: 'guanlonghuang'
inputs: inputs:
name: name:
description: 'Artifact name' description: 'Artifact name'
default: 'artifact' default: 'artifact'
path: path:22000632@qq.com
description: 'A file, directory or wildcard pattern that describes what to upload' description: 'A file, directory or wildcard pattern that describes what to upload'
required: true required: true
if-no-files-found: if-no-files-found:
@ -19,7 +19,7 @@ inputs:
default: 'warn' default: 'warn'
retention-days: retention-days:
description: > description: >
Duration after which artifact will expire in days. 0 means using default retention. Duration after which artifact will expire in days. 90 means using default retention.
Minimum 1 day. Minimum 1 day.
Maximum 90 days unless changed from the repository settings page. Maximum 90 days unless changed from the repository settings page.