mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-18 15:59:51 +08:00
WIP
This commit is contained in:
parent
9f85dace34
commit
97fcd86003
1
.github/build_windows_packages.ps1
vendored
1
.github/build_windows_packages.ps1
vendored
@ -1,7 +1,6 @@
|
|||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
$workDir = $env:WORK_DIR
|
$workDir = $env:WORK_DIR
|
||||||
Write-Host "111$workDir"
|
|
||||||
Set-Location $workDir
|
Set-Location $workDir
|
||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
|
|
||||||
|
@ -38,4 +38,4 @@ jobs:
|
|||||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||||
Set-Location ../
|
Set-Location ../
|
||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
pwsh -Command "& { $env:workDir='$curr'; ./build_windows_packages.ps1 }"
|
pwsh -Command "./build_windows_packages.ps1" -env:workDir="$curr"
|
Loading…
x
Reference in New Issue
Block a user