mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-17 23:19:47 +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"
|
||||
|
||||
$workDir = $env:WORK_DIR
|
||||
Write-Host "111$workDir"
|
||||
Set-Location $workDir
|
||||
Get-ChildItem .
|
||||
|
||||
|
@ -38,4 +38,4 @@ jobs:
|
||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||
Set-Location ../
|
||||
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