1
0
mirror of https://github.com/actions/upload-artifact.git synced 2025-12-06 08:27:53 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Erik Engi
b6f233f6f2 Merge 6a141eeea0 into 65c4c4a1dd 2025-01-09 18:16:45 +00:00
Erik Engi
6a141eeea0 Document relative paths rooted against workspace
same as https://github.com/actions/upload-artifact/pull/318
2023-12-16 19:44:05 +01:00

View File

@@ -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.
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)