From b1f61ed0abc5e86b749bec15e801c02ac45b67c2 Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 22 Jan 2024 14:14:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0singbox=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=89=88actions=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_test.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_singbox_core_test.yaml b/.github/workflows/update_singbox_core_test.yaml index dd31bda..ee6c6a0 100644 --- a/.github/workflows/update_singbox_core_test.yaml +++ b/.github/workflows/update_singbox_core_test.yaml @@ -8,9 +8,13 @@ on: required: true type: string tag2: - description: 'tag of sing-box, such as v1.7.8' + description: 'tag or branches of sing-box, such as v1.7.8 or dev-next' required: true type: string + tag3: + description: 'a new prerelease name or not,such as _PuerNya' + required: false + type: string jobs: cross: strategy: @@ -116,8 +120,8 @@ jobs: - name: Create Release and Upload Release Asset uses: softprops/action-gh-release@v1 with: - tag_name: singbox_core - name: singbox_core + tag_name: singbox_core${{ github.event.inputs.tag3 }} + name: singbox_core${{ github.event.inputs.tag3 }} body: "The ${{ github.event.inputs.tag2 }} version of ${{ github.event.inputs.tag1 }} \n这是${{ github.event.inputs.tag1 }}的${{ github.event.inputs.tag2 }}版本内核文件\nhttps://github.com/${{ github.event.inputs.tag1 }}/releases \nZip by upx\n使用了upx进行压缩\nOnly support for ShellCrash\n仅限于ShellCrash项目使用" draft: false prerelease: true