From 70133460119b06cce681bdabbd9d09e06f54e0c2 Mon Sep 17 00:00:00 2001 From: Eric-Terminal <121368508+Eric-Terminal@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 54a8da4..7feae2b 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -1,6 +1,7 @@ # 工作流的名称 name: Build Windows Executable +# Trivial change to force a cache refresh # 触发条件: # 1. 当代码被推送到 main 分支时 # 2. 当你创建一个新的 "Tag" (用于发布新版本)