From b38cdc91b5ce1fc4470ca99837bfd4ace57a85e8 Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:24:39 +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 bda08dc..1e84efd 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -47,8 +47,8 @@ jobs: rm -fr upx* - name: Update run: | - rm -fr ./bin/clash.meta/* - cp ./tmp/* ./bin/clash.meta/ + rm -fr ./bin/meta/* + cp ./tmp/* ./bin/meta/ rm -fr ./tmp sed -i "s/meta_v=.*/meta_v=$(./bin/clash.meta/clash-linux-amd64 -v 2>/dev/null | head -n 1 | sed 's/ linux.*//;s/.* //')/" bin/version - name: Commit and push