Merge c9ca4a1b297b44fd0c5083206ad5bd8cba842224 into a8a3f3ad30e3422c9c7b888a15615d19a852ae32

This commit is contained in:
Esteban Martinena Guerrero 2023-09-11 16:55:39 -05:00 committed by GitHub
commit 78f4128d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,8 @@ If multiple paths are provided as input, the least common ancestor of all the se
Relative and absolute file paths are both allowed. Relative paths are rooted against the current working directory. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases.
> **_Warning:_** If any directory contains no files (is empty), that directory will not be added to the final artifact.
The [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) package is used internally to handle most of the logic around uploading an artifact. There is extra documentation around upload limitations and behavior in the toolkit repo that is worth checking out.
### Customization if no files are found