From 65327bd56fbfb7da7a4b18447db1ef1a26238b5e Mon Sep 17 00:00:00 2001 From: ElonJunior Date: Sat, 24 Aug 2024 12:36:17 +0800 Subject: [PATCH] rm sing-box files --- .github/workflows/run.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 32753e35..536e2e87 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -80,6 +80,13 @@ jobs: run: | python workflow/resouces/convert_adguard.py ./sing-rule/ + - name: rm sing-box files + env: + NO_SKIP: true + run: | + cd sing-rule || exit 1 + rm -rf sing-box* LICENSE README.md + - name: Git push assets to "sing-rule" branch run: | cd sing-rule || exit 1