From e3c9cbbbd1a83a7449af9d69394830c356221ef9 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 28 Jan 2024 20:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E6=A0=B8=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_singbox_core_test.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_singbox_core_test.yaml b/.github/workflows/update_singbox_core_test.yaml index 92a1dd5..52cada1 100644 --- a/.github/workflows/update_singbox_core_test.yaml +++ b/.github/workflows/update_singbox_core_test.yaml @@ -156,11 +156,10 @@ jobs: - name: Zip core by tar run: | for arch in amd64 ;do #armv5 armv7 arm64 mips-softfloat mipsel-hardfloat mipsel-softfloat - mv -f ./tmp/linux-${archs}/sing-box ./tmp/singbox-linux-${archs} - chmod +x ./tmp/singbox-linux-${archs} - tar -zcvf ./tmp/singbox-linux-${archs}.tar.gz ./tmp/singbox-linux-${archs} + mv -f ./tmp/linux-${arch}/sing-box ./tmp/CrashCore + chmod +x ./tmp/CrashCore + tar -zcvf ./tmp/singbox-linux-${arch}.tar.gz ./tmp/CrashCore done - rm -fr ./tmp/core.tar.gz - name: Create Release and Upload Release Asset if: ${{ env.RELEASE != '0' }}