mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-18 13:41:47 +00:00
List files extracted to bin path
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
b6606d6d7d
commit
684d72ee8b
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -40,6 +40,7 @@ async function downloadRelease(octokit, os, org, repo, release, token) {
|
||||||
// Extract the archive into the install target
|
// Extract the archive into the install target
|
||||||
console.log("Unpacking archive file...")
|
console.log("Unpacking archive file...")
|
||||||
execSync(`cd "${binpath}" && ${extract} ${archive}`)
|
execSync(`cd "${binpath}" && ${extract} ${archive}`)
|
||||||
|
fs.readdirSync(binpath).forEach(console.log);
|
||||||
|
|
||||||
// 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