From a11ac0a2e5b432265082e217587ee6d8e50d0148 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 15 Jan 2026 23:43:27 +0700 Subject: [PATCH] Add step to compile norway.srs from norway.json --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8f3b0d..43e6bad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}"