We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2088fde commit 2cddf0aCopy full SHA for 2cddf0a
1 file changed
scripts/download-bin.ts
@@ -136,6 +136,7 @@ if (runs.data.workflow_runs.length > 0) {
136
}
137
const targetDir = join(process.cwd(), 'bin/mxa', platform, arch)
138
mkdirSync(targetDir, { recursive: true })
139
+ console.log(`Extracting ${artifact.name}.zip to ${targetDir}`)
140
await extractZip(`${artifact.name}.zip`, { dir: targetDir })
141
rmSync(`${artifact.name}.zip`)
142
0 commit comments