ci: build Windows release package
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled

This commit is contained in:
luochen570
2026-05-29 22:59:55 +08:00
parent 8c9a92f2cb
commit 2a70d6245e
9 changed files with 183 additions and 224 deletions

View File

@@ -1,5 +1,5 @@
param(
[string]$InstallRoot = "$PSScriptRoot\..\third_party"
[string]$InstallRoot = "$PSScriptRoot\..\..\third_party"
)
$ErrorActionPreference = "Stop"