mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-03 14:00:10 +08:00
WIP
This commit is contained in:
parent
582bd3adb6
commit
8b865bf872
2
.github/build_windows_packages.ps1
vendored
2
.github/build_windows_packages.ps1
vendored
@ -18,7 +18,7 @@ if ($date -and $date.Trim() -ne "") {
|
|||||||
$pkgName = "GPT-SoVITS-$date"
|
$pkgName = "GPT-SoVITS-$date"
|
||||||
$tmpDir = "tmp"
|
$tmpDir = "tmp"
|
||||||
$srcDir = $PWD
|
$srcDir = $PWD
|
||||||
Write-Host $srcDir
|
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,7 @@ jobs:
|
|||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$curr = Get-Location
|
$curr = Get-Location
|
||||||
echo $curr
|
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