From 907c586e3be359c86e6e833af346886ea1ff65f9 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 9 Mar 2025 15:18:33 +0100 Subject: [PATCH] Document relative paths not working Multiple users can't get relative paths to work (see: https://github.com/actions/upload-artifact/issues/176). It would be great if relative paths do work but documenting the current case is better and reverting when this is fixed/(re-)implemented. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 507f6e1..7f9eb24 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,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. +Only absolute file paths are allowed. Paths that begin with a wildcard character should be quoted to avoid being interpreted as YAML aliases. ### Altering compressions level (speed v. size)