From 153192aad71198ea977ded2f5eddc757b3cf71d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Fri, 30 May 2025 15:39:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Compile AHK 2.0 and Release.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Compile AHK 2.0 and Release.yml b/.github/workflows/Compile AHK 2.0 and Release.yml index a3ee5ff..5a05d22 100644 --- a/.github/workflows/Compile AHK 2.0 and Release.yml +++ b/.github/workflows/Compile AHK 2.0 and Release.yml @@ -65,10 +65,11 @@ jobs: tag_name: ${{ steps.get_version.outputs.VERSION_TAG }} # 使用从脚本提取的版本号作为标签名 name: ${{ steps.get_version.outputs.VERSION_TAG }} # Release 的标题 body: | - Automated release for DoroHelper ${{ steps.get_version.outputs.VERSION_TAG }} - Compiled from commit ${{ github.sha }} + 测试版兼容性较差,请谨慎下载 + # Automated release for DoroHelper ${{ steps.get_version.outputs.VERSION_TAG }} + # Compiled from commit ${{ github.sha }} draft: false # 不是草稿 Release prerelease: ${{ steps.prerelease_check.outputs.IS_PRERELEASE }} # 根据上一步的判断设置是否为预发布 - files: DoroHelper.exe # <-- **此处已修正,仅保留文件名** + files: DoroHelper.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub 令牌