mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-19 00:09:48 +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 $jtalkTar
|
||||||
Remove-Item $innerTar.FullName
|
Remove-Item $innerTar.FullName
|
||||||
|
|
||||||
Write-Host "[INFO] Preparing final directory $pkgName ..."
|
Write-Host "[INFO] Preparing final directory $pkgName ..."、
|
||||||
Remove-Item "$tmpDir" -Force -Recurse -ErrorAction SilentlyContinue
|
$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
|
$curr = Get-Location
|
||||||
Set-Location ../
|
Set-Location ../
|
||||||
Get-ChildItem .
|
Get-ChildItem .
|
||||||
|
@ -20,4 +20,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Build and Upload Script
|
- name: Run Build and Upload Script
|
||||||
shell: pwsh
|
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