From 905bcc8769a66bb5e184f8c29aee0f2b483e4689 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 4 Feb 2024 09:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8Dmipsel>mipsle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_singbox_core.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 2df56ed..2583842 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -171,6 +171,8 @@ jobs: chmod +x ./tmp/CrashCore tar --no-same-owner -zcvf ./tmp/singbox-linux-${arch}.tar.gz -C ./tmp CrashCore done + mv -f ./tmp/singbox-linux-mipsel-hardfloat.tar.gz ./tmp/singbox-linux-mipsle-hardfloat.tar.gz + mv -f ./tmp/singbox-linux-mipsel-softfloat.tar.gz ./tmp/singbox-linux-mipsle-softfloat.tar.gz - name: Commit and push if: ${{ env.PUSHDIR != '' }}