From bfafe5b0caddde5e0225d450402866f94efee489 Mon Sep 17 00:00:00 2001 From: Damir Shamanaev Date: Fri, 17 May 2024 14:23:33 +0300 Subject: [PATCH] Revert "try change extension matching" This reverts commit 4080b6026a3642ba7039afd15f319af53c9570a8. --- lib/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.js b/lib/main.js index 248bd548..549e858c 100644 --- a/lib/main.js +++ b/lib/main.js @@ -114,7 +114,7 @@ function run() { let extMatchRegexForm = ""; if (extMatching) { if (extension === "") { - extMatchRegexForm = "\.(tar.gz|zip|tgz|jjj)"; + extMatchRegexForm = "\.(tar.gz|zip|tgz)"; core.info(`==> Using default file extension matching: ${extMatchRegexForm}`); } else {