1
0
Fork 0
pull/1276/head
John Sudol 2022-12-19 19:27:30 +00:00 committed by GitHub
parent 9e67f6e707
commit fe6f73865e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export function getUploadSpecification(
// artifact name was checked earlier on, no need to check again
const specifications: UploadSpecification[] = []
const rootPath = toNamespacedPath(rootDirectory)
const rootPath = join(rootDirectory)
if (!fs.existsSync(rootPath)) {
throw new Error(`Provided rootDirectory ${rootPath} does not exist`)