Skip to content

Commit 2cddf0a

Browse files
committed
chore: add logging for ci process
1 parent 2088fde commit 2cddf0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/download-bin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ if (runs.data.workflow_runs.length > 0) {
136136
}
137137
const targetDir = join(process.cwd(), 'bin/mxa', platform, arch)
138138
mkdirSync(targetDir, { recursive: true })
139+
console.log(`Extracting ${artifact.name}.zip to ${targetDir}`)
139140
await extractZip(`${artifact.name}.zip`, { dir: targetDir })
140141
rmSync(`${artifact.name}.zip`)
141142
}

0 commit comments

Comments
 (0)