ci(cf): snort2.rules path

This commit is contained in:
MDLeom 2022-11-01 09:22:15 +00:00
parent 0764a6efe3
commit b2edb64044
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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 })
}
}