mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-22 19:19:47 +08:00
WIP
This commit is contained in:
parent
3549d357c1
commit
aa665c40f9
4
.github/build_windows_packages.ps1
vendored
4
.github/build_windows_packages.ps1
vendored
@ -1,9 +1,9 @@
|
|||||||
$ErrorActionPreference = "Stop"
|
|
||||||
|
|
||||||
param (
|
param (
|
||||||
[string]$workDir
|
[string]$workDir
|
||||||
)
|
)
|
||||||
|
|
||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
Set-Location -Path $workDir
|
Set-Location -Path $workDir
|
||||||
Write-Host "Current location: $(Get-Location)"
|
Write-Host "Current location: $(Get-Location)"
|
||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user