ci: build Windows release package
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user