From 1f4deaa2e9bb681e8e3b80931647d2f7074f9c75 Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 5 Jan 2024 13:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0singbox=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_singbox_core.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 6f382a4..ad99ef2 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -37,13 +37,14 @@ jobs: fi done rm -rf ./tmp/LICENSE + rm -rf core.tar.gz rm -fr upx* - name: Create Release and Upload Release Asset uses: softprops/action-gh-release@v1 with: tag_name: singbox_core name: singbox_core - body: "The alpha version of singbox core \n这是singbox的官方版本内核文件\nhttps://github.com/${download_project}/releases \nZip by upx\n使用了upx进行压缩\nOnly support for ShellCrash\n仅限于ShellCrash项目使用" + body: "The alpha version of singbox core \n这是singbox的官方版本内核文件\nhttps://github.com/SagerNet/sing-box/releases \nZip by upx\n使用了upx进行压缩\nOnly support for ShellCrash\n仅限于ShellCrash项目使用" draft: false prerelease: true files: |