ci(cf): snort2.rules path
This commit is contained in:
parent
25207f5708
commit
f992002230
|
@ -65,7 +65,7 @@ const f = async () => {
|
|||
if (isMirror === false) {
|
||||
await unzip(zipPath, { dir: rootPath })
|
||||
// snort2.rules is over 25MB limit of CF Pages
|
||||
await rm(join(rootPath, 'phishing-filter-snort2.rules'), { force: true })
|
||||
await rm(join(publicPath, 'phishing-filter-snort2.rules'), { force: true })
|
||||
} else {
|
||||
await mkdir(publicPath, { recursive: true })
|
||||
await unzip(zipPath, { dir: publicPath })
|
||||
|
|
Loading…
Reference in New Issue