From 41a0a57a73ea979107d79cff5e828bc99c77fc16 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Tue, 12 Dec 2023 21:39:45 +0200 Subject: [PATCH] Update main.ts --- src/main.ts | 3 +++ 1 file changed, 3 insertions(+) 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) =>