3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-19 18:49:32 +00:00

npm run format

This commit is contained in:
BSKY 2020-03-23 23:35:15 +09:00
parent 150eacd6fa
commit 1729a4d479
19 changed files with 222 additions and 206 deletions

View file

@ -62,7 +62,7 @@ export async function createTar(
"-C",
workingDirectory,
"--files-from",
manifestFilename
manifestFilename,
];
await execTar(args, archiveFolder);
}