mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-15 05:21:57 +08:00
WIP
This commit is contained in:
parent
a682d3ece9
commit
7787b5760e
3
.github/build_windows_packages.ps1
vendored
3
.github/build_windows_packages.ps1
vendored
@ -1,5 +1,8 @@
|
|||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
|
$workDir = $env:WORK_DIR
|
||||||
|
Set-Location $workDir
|
||||||
|
|
||||||
$today = Get-Date -Format "MMdd"
|
$today = Get-Date -Format "MMdd"
|
||||||
$cuda = $env:TORCH_CUDA
|
$cuda = $env:TORCH_CUDA
|
||||||
if (-not $cuda) {
|
if (-not $cuda) {
|
||||||
|
@ -21,5 +21,8 @@ jobs:
|
|||||||
- name: Run Build and Upload Script
|
- name: Run Build and Upload Script
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
$curr = Get-Location
|
||||||
|
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
|
||||||
../build_windows_packages.ps1
|
Set-Location ../
|
||||||
|
build_windows_packages.ps1
|
Loading…
x
Reference in New Issue
Block a user