mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-18 15:59:51 +08:00
WIP
This commit is contained in:
parent
1855bfd008
commit
2a1ae4c3d0
5
.github/build_windows_packages.ps1
vendored
5
.github/build_windows_packages.ps1
vendored
@ -112,8 +112,9 @@ $innerTar = Get-ChildItem "$tmpDir" -Filter "*.tar" | Select-Object -First 1
|
||||
Remove-Item $jtalkTar
|
||||
Remove-Item $innerTar.FullName
|
||||
|
||||
Write-Host "[INFO] Preparing final directory $pkgName ..."
|
||||
Remove-Item "$tmpDir" -Force -Recurse -ErrorAction SilentlyContinue
|
||||
Write-Host "[INFO] Preparing final directory $pkgName ..."、
|
||||
$items = @(Get-ChildItem -Filter "*.ipynb", Get-ChildItem -Filter "*.sh", "$tmpDir", ".github", "Docker", "docs", ".gitignore", ".dockerignore", "README.md")
|
||||
Remove-Item $items -Force -Recurse -ErrorAction SilentlyContinue
|
||||
$curr = Get-Location
|
||||
Set-Location ../
|
||||
Get-ChildItem .
|
||||
|
@ -20,4 +20,6 @@ jobs:
|
||||
|
||||
- name: Run Build and Upload Script
|
||||
shell: pwsh
|
||||
run: .github/build_windows_packages.ps1
|
||||
run: |
|
||||
Move-Item .github/build_windows_packages.ps1 ../build_windows_packages.ps1
|
||||
../build_windows_packages.ps1
|
Loading…
x
Reference in New Issue
Block a user