From 826ad0a00bf4983eed7deb677f5e6be3db2f42b1 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 19 Mar 2020 18:59:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fe8d94..6de2091 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ steps: For supported wildcards along with behavior and documentation, see [@actions/glob](https://github.com/actions/toolkit/tree/master/packages/glob) which is used internally to search for files. -Relative and absolute file paths are both allowed. Relative paths are rooted against the current working directory. +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. The [@actions/artifact](https://github.com/actions/toolkit/tree/master/packages/artifact) package is also 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.