docs: clarify asset filename limitations

Closes #542

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2026-03-14 23:05:29 -04:00
parent abb4370aef
commit 26c9a934b1
2 changed files with 10 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ inputs:
description: "Upload artifacts sequentially in the provided order. This does not control the final display order GitHub uses for release assets."
required: false
files:
description: "Newline-delimited list of path globs for asset files to upload"
description: "Newline-delimited list of path globs for asset files to upload. Escape glob metacharacters when matching literal filenames that contain them."
required: false
working_directory:
description: "Base directory to resolve 'files' globs against (defaults to job working-directory)"