Add step to compile norway.srs from norway.json

This commit is contained in:
2026-01-15 23:43:27 +07:00
committed by GitHub
parent 92bfc2f015
commit a11ac0a2e5
+2
View File
@@ -22,6 +22,8 @@ jobs:
run: sing-box rule-set compile --output domains.srs domains.json
- name: Compile subnets.srs
run: sing-box rule-set compile --output subnets.srs subnets.json
- name: Compile norway.srs
run: sing-box rule-set compile --output norway.srs norway.json
- name: Set up variables
id: vars
run: echo "date_now=$(date +"%Y_%m_%d_%H_%M_%S")" >> "${GITHUB_OUTPUT}"