mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 17:08:28 +02:00
Print resolved path with debug
This commit is contained in:
parent
0d118dea33
commit
ec85c03339
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ async function run(): Promise<void> {
|
|||
|
||||
// resolve tilde expansion
|
||||
const resolvedPath = resolve(path.replace('~', os.homedir))
|
||||
core.debug(`Resolved path is ${resolvedPath}`)
|
||||
|
||||
const artifactClient = artifact.create()
|
||||
if (!name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue