diff --git a/index.js b/index.js index 7f63c4c..371b07d 100644 --- a/index.js +++ b/index.js @@ -40,6 +40,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) { // Extract the archive into the install target console.log("Unpacking archive file...") execSync(`cd "${binpath}" && ${extract} ${archive}`) + fs.readdirSync(binpath).forEach(console.log); // Remove the downloaded asset archive console.log("Removing asset archive...")