diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index bcaffb0881..aace110f0c 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -187,6 +187,8 @@ jobs: mkdir -p data-lite curl -sSL https://raw.githubusercontent.com/xishang0128/rules/main/biliintl.list > ./data-lite/biliintl curl -sSL https://github.com/v2fly/domain-list-community/raw/master/data/ehentai > ./data-lite/ehentai + curl -sSL https://github.com/v2fly/domain-list-community/raw/master/data/private > ./data-lite/private + curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/AbemaTV/AbemaTV.yaml | ${{ env.SED }} > ./data-lite/abema curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Apple/Apple_Classical.yaml | ${{ env.SED }} > ./data-lite/apple curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/AppleMusic/AppleMusic.yaml | ${{ env.SED }} > ./data-lite/applemusic