mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +00:00
Document relative paths rooted against workspace
This commit is contained in:
parent
6673cd052c
commit
509b9f7bda
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ would be flattened and uploaded as =>
|
|||
|
||||
If multiple paths are provided as input, the least common ancestor of all the search paths will be used as the root directory of the artifact. Exclude paths do not affect the directory structure.
|
||||
|
||||
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.
|
||||
Relative and absolute file paths are both allowed. Relative paths are rooted against the workspace. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue