mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-20 14:41:45 +00:00
List installed files
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
0b2515da35
commit
71f3c80d96
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
|
@ -46,6 +46,9 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
fs.readdirSync(binpath).forEach(file => {
|
||||||
|
console.log("Installed: " + file);
|
||||||
|
});
|
||||||
|
|
||||||
// Remove the downloaded asset archive
|
// Remove the downloaded asset archive
|
||||||
console.log("Removing asset archive...")
|
console.log("Removing asset archive...")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue