diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index fbf42e1d..495ba122 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -67,6 +67,13 @@ jobs: cp -r ../meta-rules-dat/geo ./ bash ../workflow/resouces/merge_geo_ir.sh ./geo ../Iran-sing-box-rules/ + - name: maker karing built-in rule-set group + env: + NO_SKIP: true + run: | + mkdir -p ./sing-rule/karing + python workflow/resouces/kr_builtin_ruleset.py ./sing-rule/ + - name: Git push assets to "sing-rule" branch run: | cd sing-rule || exit 1 diff --git a/resouces/kr_default_ruleset.py b/resouces/kr_builtin_ruleset.py similarity index 100% rename from resouces/kr_default_ruleset.py rename to resouces/kr_builtin_ruleset.py