mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-02 01:36:36 +00:00
Merge c9ca4a1b29
into a8a3f3ad30
This commit is contained in:
commit
78f4128d19
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue