Skip to content

Commit

Permalink
Document relative paths not working
Browse files Browse the repository at this point in the history
Multiple users can't get relative paths to work (see: actions#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.
  • Loading branch information
vmcj authored Mar 9, 2025
1 parent 4cec3d8 commit 907c586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 907c586

Please sign in to comment.