From ba1bd75666af38756fbf10eb9fefd1b920834aea Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 1 Jan 2026 13:04:43 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BF=AE=E5=A4=8Dupx=E8=A2=AB=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=88=B0github=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core.yaml | 1 + .github/workflows/update_singbox_core.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index c48c8009..4bceeb9f 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -179,6 +179,7 @@ jobs: ;; esac done + rm -rf upx-3.9* - name: Zip core by tar if: ${{ !endsWith(env.PUSHDIR, '_upx') }} diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 922a3c10..9061cc8d 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -215,6 +215,7 @@ jobs: ;; esac done + rm -rf upx-3.9* - name: Zip core by tar if: ${{ !endsWith(env.PUSHDIR, '_upx') }}