bring back task tool
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-15 00:05:54 -04:00
parent cd8946d0a6
commit f72567716f
7 changed files with 387 additions and 396 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export namespace Storage {
cwd: path.join(dir, prefix),
onlyFiles: true,
}),
)
).then((items) => items.map((item) => path.join(prefix, item.slice(0, -5))))
result.sort()
return result
} catch {