Skip to content

Commit

Permalink
Revert "try change extension matching"
Browse files Browse the repository at this point in the history
This reverts commit 4080b60.
  • Loading branch information
damirka committed May 17, 2024
1 parent 4080b60 commit bfafe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bfafe5b

Please sign in to comment.