mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +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;
|
||||
}
|
||||
});
|
||||
fs.readdirSync(binpath).forEach(file => {
|
||||
console.log("Installed: " + file);
|
||||
});
|
||||
|
||||
// Remove the downloaded asset archive
|
||||
console.log("Removing asset archive...")
|
||||
|
|
|
|||
Loading…
Reference in a new issue