1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-10-23 08:56:38 +08:00
This commit is contained in:
Rob Herley
2024-01-19 11:15:26 -05:00
parent dba6fa8064
commit d7195ef93f

View File

@@ -7,7 +7,7 @@ inputs:
default: 'artifact' default: 'artifact'
path: path:
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: false
if-no-files-found: if-no-files-found:
description: > description: >
The desired behavior if no files are found using the provided path. The desired behavior if no files are found using the provided path.