From 8aa2b15218ec2213b270d7c3654b08f530eb8c65 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 27 Nov 2025 11:14:43 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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