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"
|
$pkgName = "GPT-SoVITS-$date"
|
||||||
$tmpDir = "tmp"
|
$tmpDir = "tmp"
|
||||||
$srcDir = $PWD
|
$srcDir = $workDir
|
||||||
Write-Host "111$srcDir"
|
|
||||||
|
|
||||||
$suffix = $env:PKG_SUFFIX
|
$suffix = $env:PKG_SUFFIX
|
||||||
if ($suffix -and $suffix.Trim() -ne "") {
|
if ($suffix -and $suffix.Trim() -ne "") {
|
||||||
|
@ -35,7 +35,6 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$curr = Get-Location
|
$curr = Get-Location
|
||||||
Write-Host "222$curr"
|
|
||||||
echo "WORK_DIR=$curr" >> $env:GITHUB_ENV
|
echo "WORK_DIR=$curr" >> $env:GITHUB_ENV
|
||||||
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 ../
|
||||||
|
Loading…
x
Reference in New Issue
Block a user