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]"