From 640b43f39645dbfd592662ca0aacc117134b6091 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Sun, 17 May 2026 01:52:31 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 141eade..a6b1436 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,18 +31,8 @@ jobs: run: curl -fsSL https://sing-box.app/install.sh | sh - name: Compile domains.srs run: sing-box rule-set compile --output domains.srs domains.json - - name: Upload domains artifact - uses: actions/upload-artifact@v7 - with: - name: domains_srs - path: domains.srs - name: Compile subnets.srs run: sing-box rule-set compile --output subnets.srs subnets.json - - name: Upload subnets artifact - uses: actions/upload-artifact@v7 - with: - name: subnets_srs - path: subnets.srs - name: Set up variables id: vars run: |