From 6a141eeea01929aa2e2029459442e1f53110a3b2 Mon Sep 17 00:00:00 2001 From: Erik Engi Date: Sat, 16 Dec 2023 19:44:05 +0100 Subject: [PATCH] Document relative paths rooted against workspace same as https://github.com/actions/upload-artifact/pull/318 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cce2e3..6cf54f2 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,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. ### Altering compressions level (speed v. size)