From f32afa10407aecf9de2b930b077def48b0625c2f Mon Sep 17 00:00:00 2001 From: deep-soft Date: Tue, 12 Dec 2023 20:44:51 +0200 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index e319453..26dc1d4 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,9 @@ inputs: files: description: "Newline-delimited list of path globs for asset files to upload" required: false + filelist: + description: "Filelist with path globs for asset files to upload" + required: false fail_on_unmatched_files: description: "Fails if any of the `files` globs match nothing. Defaults to false" required: false