task for built-in rsg

This commit is contained in:
ElonJunior 2024-06-02 00:20:23 +08:00
parent 20fd7e77da
commit 08b8e7e0ec
2 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,13 @@ jobs:
cp -r ../meta-rules-dat/geo ./ cp -r ../meta-rules-dat/geo ./
bash ../workflow/resouces/merge_geo_ir.sh ./geo ../Iran-sing-box-rules/ 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 - name: Git push assets to "sing-rule" branch
run: | run: |
cd sing-rule || exit 1 cd sing-rule || exit 1