diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba31bf1..f32e9c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,3 +16,7 @@ jobs: uses: actions/checkout@v6 - name: Install sing-box run: curl -fsSL https://sing-box.app/install.sh | sh + - name: Compile domain.srs + run: sing-box rule-set compile --output domain.srs domain.json + - name: Compile ip_cidr.srs + run: sing-box rule-set compile --output ip_cidr.srs ip_cidr.json