Skip to content

Commit eb4c734

Browse files
committed
ci: drop this commit
Signed-off-by: Yi Huang <yi@secondstate.io>
1 parent 15c3fc7 commit eb4c734

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
artifacts.push(...page);
6868
});
6969
70+
console.log(artifacts);
71+
7072
Object.keys(raw.plugins).forEach((plugin) => {
7173
let row = [{data: plugin, header: true}];
7274
let filtered = artifacts.filter((artifact) => artifact.name.includes(plugin));
75+
console.log(`plugin: ${plugin}, matches: ${filtered.length}`);
7376
platforms.forEach((tag) => {
7477
row.push({
7578
data: filtered.some((artifact) => artifact.name.includes(tag)) ? ':o:' : ':x:'

0 commit comments

Comments
 (0)