From eb97732930bf8b2610ab3d2b319740c1b3a4fbfe Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 1 Jan 2026 11:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=20=20=20=20=20=20?= =?UTF-8?q?=20=20.github/workflows/update=5Fmeta=5Fcore.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index cf78a9dc..b91f9857 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -208,10 +208,11 @@ jobs: - name: Commit and push if: ${{ env.PUSHDIR != '' }} run: | - crashcore='meta' + crashcore="${PUSHDIR}" mkdir -p ./bin/${crashcore} rm -fr ./bin/${crashcore}/* - mv -f ./tmp/clash-linux-*.tar.gz ./bin/${crashcore}/ + mv -f ./tmp/clash-linux-*.gz ./bin/${crashcore}/ + mv -f ./tmp/clash-linux-*.upx ./bin/${crashcore}/ rm -fr ./tmp sed -i "s/${crashcore}_v=.*/${crashcore}_v=${VERSION}/" ./bin/version git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]"