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