From e6ef71510e26d85d5cce443da402f63f7091c762 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:22:09 +0800 Subject: [PATCH] Update update_meta_core.yaml --- .github/workflows/update_meta_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 4067898e..4393753d 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -212,8 +212,7 @@ jobs: crashcore="${PUSHDIR}" mkdir -p ./bin/${crashcore} rm -fr ./bin/${crashcore}/* - mv -f ./tmp/clash-linux-*.gz ./bin/${crashcore}/ - mv -f ./tmp/clash-linux-*.upx ./bin/${crashcore}/ + mv -f ./tmp/clash-linux-* ./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]" @@ -245,3 +244,4 @@ jobs: keep_minimum_runs: 2 +