Skip to content

Commit 6a72e45

Browse files
committed
Update
1 parent 5a487eb commit 6a72e45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let matrix: any = {};
3636
for (const file of readdirRecursively(".")) {
3737
console.log("looking", file, "deciding whether skip or not...");
3838

39-
const artifactMatch = file.match(/compilation_(\d+)_(\d+)_.*log/);
39+
const artifactMatch = file.match(/compilation_(\d+)_(\d+)_log/);
4040

4141
if (artifactMatch === null || artifactMatch.length === 0) {
4242
continue;

0 commit comments

Comments
 (0)