This commit is contained in:
XXXXRT666 2025-05-14 02:19:12 +01:00
parent 8b865bf872
commit 6e39b8994d
2 changed files with 1 additions and 3 deletions

View File

@ -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 "") {

View File

@ -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 ../