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}"