diff --git a/src/main.ts b/src/main.ts index e749b21..38abb52 100644 --- a/src/main.ts +++ b/src/main.ts @@ -22,6 +22,9 @@ async function run() { ) { throw new Error(`⚠️ GitHub Releases requires a tag`); } + if (config.input_filelist) { + config.input_files = config.input_filelist + } if (config.input_files) { const patterns = unmatchedPatterns(config.input_files); patterns.forEach((pattern) =>