Skip to content

Commit b87ba64

Browse files
committed
ci: drop this commit
Signed-off-by: Yi Huang <[email protected]>
1 parent 37a2f05 commit b87ba64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ jobs:
6363
run_id: context.runId,
6464
});
6565
66+
console.log(artifacts);
67+
6668
Object.keys(raw.plugins).forEach((plugin) => {
6769
let row = [{data: plugin, header: true}];
6870
let filtered = artifacts.filter((artifact) => artifact.name.includes(plugin));
71+
console.log(`plugin: ${plugin}, matches: ${filtered.length}`);
6972
platforms.forEach((tag) => {
7073
row.push({
7174
data: filtered.some((artifact) => artifact.name.includes(tag)) ? ':link:' : ':x:'

0 commit comments

Comments
 (0)