This commit is contained in:
XXXXRT666 2025-05-14 02:16:15 +01:00
parent 582bd3adb6
commit 8b865bf872
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ if ($date -and $date.Trim() -ne "") {
$pkgName = "GPT-SoVITS-$date"
$tmpDir = "tmp"
$srcDir = $PWD
Write-Host $srcDir
Write-Host "111$srcDir"
$suffix = $env:PKG_SUFFIX
if ($suffix -and $suffix.Trim() -ne "") {

View File

@ -35,7 +35,7 @@ jobs:
shell: pwsh
run: |
$curr = Get-Location
echo $curr
Write-Host "222$curr"
echo "WORK_DIR=$curr" >> $env:GITHUB_ENV
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
Set-Location ../