Remove debugger

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 16:44:12 +13:00 committed by GitHub
parent 147fac8504
commit c2c6711b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,6 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
core.addPath(process.env.GITHUB_WORKSPACE)
process.chdir(process.env.GITHUB_WORKSPACE)
execSync(`${extract} "${archive}"`)
fs.readdirSync(process.env.GITHUB_WORKSPACE).forEach(file => {
console.log("Installed: " + file);
});
// Remove the downloaded asset archive
console.log("Removing asset archive...")