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