From 7caaeffcb4afd29a43bb3db48eee7f142da45310 Mon Sep 17 00:00:00 2001 From: Cactus <79493862+erbanku@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:32:15 +0800 Subject: [PATCH] fix(release): correct broken Windows installer download link --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9ec8c5e..5eb7da1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -410,7 +410,7 @@ jobs: - [Intel](https://github.com/op7418/CodePilot/releases/download/v${VERSION}/CodePilot-${VERSION}-x64.dmg) ### Windows - - [Windows 安装包](https://github.com/op7418/CodePilot/releases/download/v${VERSION}/CodePilot-Setup-${VERSION}.exe) + - [Windows 安装包](https://github.com/op7418/CodePilot/releases/download/v${VERSION}/CodePilot-Setup.${VERSION}.exe) ## 安装说明