From cce747ac793b4e286936b6b9416069a55f0f8283 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Sat, 13 Dec 2025 10:23:23 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62959ee..d8f3b0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,10 +18,10 @@ 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 + - name: Compile domains.srs + 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: Set up variables id: vars run: echo "date_now=$(date +"%Y_%m_%d_%H_%M_%S")" >> "${GITHUB_OUTPUT}"