mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 16:59:09 +08:00
debug the directory
This commit is contained in:
parent
734c3adc09
commit
52ebfde634
@ -21,7 +21,7 @@ export function getUploadSpecification(
|
|||||||
): UploadSpecification[] {
|
): UploadSpecification[] {
|
||||||
// artifact name was checked earlier on, no need to check again
|
// artifact name was checked earlier on, no need to check again
|
||||||
const specifications: UploadSpecification[] = []
|
const specifications: UploadSpecification[] = []
|
||||||
|
debug(rootDirectory)
|
||||||
if (!fs.existsSync(rootDirectory)) {
|
if (!fs.existsSync(rootDirectory)) {
|
||||||
throw new Error(`Provided rootDirectory ${rootDirectory} does not exist`)
|
throw new Error(`Provided rootDirectory ${rootDirectory} does not exist`)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user