mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-19 08:19:47 +08:00
WIP
This commit is contained in:
parent
8b865bf872
commit
6e39b8994d
3
.github/build_windows_packages.ps1
vendored
3
.github/build_windows_packages.ps1
vendored
@ -17,8 +17,7 @@ if ($date -and $date.Trim() -ne "") {
|
||||
}
|
||||
$pkgName = "GPT-SoVITS-$date"
|
||||
$tmpDir = "tmp"
|
||||
$srcDir = $PWD
|
||||
Write-Host "111$srcDir"
|
||||
$srcDir = $workDir
|
||||
|
||||
$suffix = $env:PKG_SUFFIX
|
||||
if ($suffix -and $suffix.Trim() -ne "") {
|
||||
|
@ -35,7 +35,6 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$curr = Get-Location
|
||||
Write-Host "222$curr"
|
||||
echo "WORK_DIR=$curr" >> $env:GITHUB_ENV
|
||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||
Set-Location ../
|
||||
|
Loading…
x
Reference in New Issue
Block a user