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 +