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,6 +1,6 @@
param(
[string]$PythonBin = "$PSScriptRoot\..\tools\python-bin",
[string]$VenvDir = "$PSScriptRoot\..\tools\python-venv"
[string]$PythonBin = "$PSScriptRoot\..\..\tools\python-bin",
[string]$VenvDir = "$PSScriptRoot\..\..\tools\python-venv"
)
$ErrorActionPreference = "Stop"