Refactor: enable new ruleset index template

This commit is contained in:
SukkaW
2023-12-13 18:46:30 +08:00
parent cd229a91a3
commit 713358402d
5 changed files with 125 additions and 31 deletions

View File

@@ -44,7 +44,7 @@ export const downloadPreviousBuild = task(import.meta.path, async () => {
if (flag & ALL_FILES_EXISTS) {
console.log('All files exists, skip download.');
// return;
return;
}
const extractedPath = path.join(os.tmpdir(), `sukka-surge-last-build-extracted-${Date.now()}`);