From 56bc372d1822b97268be5bbc506a378fed1138b7 Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 13 Apr 2023 00:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0meta=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=89=88=E5=86=85=E6=A0=B8=E7=9A=84=E8=87=AA=E5=8A=A8=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta.alpha_core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_meta.alpha_core.yaml b/.github/workflows/update_meta.alpha_core.yaml index b57f97c..0daff85 100644 --- a/.github/workflows/update_meta.alpha_core.yaml +++ b/.github/workflows/update_meta.alpha_core.yaml @@ -48,14 +48,14 @@ jobs: with: tag_name: clash.meta.alpha name: clash.meta.alpha - body: "The alpha version of clash.meta core \n这是clash.meta的Alpha版本内核文件\n version=${download_version}\n https://github.com/MetaCubeX/Clash.Meta/releases/tag/Prerelease-Alpha \nZip by upx\n使用了upx进行压缩\nOnly support for ShellClash\n仅限于ShellClash项目使用" + body: "The alpha version of clash.meta core \n这是clash.meta的Alpha版本内核文件\nhttps://github.com/MetaCubeX/Clash.Meta/releases/tag/Prerelease-Alpha \nZip by upx\n使用了upx进行压缩\nOnly support for ShellClash\n仅限于ShellClash项目使用" draft: false prerelease: true files: | ./tmp/* - name: Commit and push version run: | - sed -i "s/meta.a_v=.*/meta.a_v=$(./tmp/clash-linux-amd64 -v 2>/dev/null | sed 's/ linux.*//;s/.* //')/" bin/version + sed -i "s/meta.a_v=.*/meta.a_v=$(/tmp/clash-linux-amd64 -v 2>/dev/null | sed 's/ linux.*//;s/.* //')/" bin/version rm -fr ./tmp git config --global user.email "juewuy@126.com" && git config --global user.name "Bot" git add . && git commit -m "更新Meta.Alpha内核至${download_version}" || exit 0