ci(cf): snort2.rules path
This commit is contained in:
parent
0764a6efe3
commit
b2edb64044
|
@ -69,7 +69,7 @@ const f = async () => {
|
|||
} else {
|
||||
await mkdir(publicPath, { recursive: true })
|
||||
await unzip(zipPath, { dir: publicPath })
|
||||
await rm(join(publicPath, 'phishing-filter-snort2.rules'), { force: true })
|
||||
await rm(join('public', 'phishing-filter-snort2.rules'), { force: true })
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue