Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Sep 11, 2024
1 parent e1810ff commit 5ae8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function install(version, binaryName) {
const zipPath = await tc.downloadTool(url);
const extractedFolder = await tc.extractZip(zipPath);

core.info(extractedFolder);
(await fs.readdir(extractedFolder)).map(e => core.info(e));

if (binaryName !== "deno") {
//await fs.rename(extractedFolder, extractedFolder);
Expand Down

0 comments on commit 5ae8891

Please sign in to comment.