mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-15 13:29:51 +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"
|
||||
|
||||
$workDir = $env:WORK_DIR
|
||||
Set-Location $workDir
|
||||
|
||||
$today = Get-Date -Format "MMdd"
|
||||
$cuda = $env:TORCH_CUDA
|
||||
if (-not $cuda) {
|
||||
|
@ -21,5 +21,8 @@ jobs:
|
||||
- name: Run Build and Upload Script
|
||||
shell: pwsh
|
||||
run: |
|
||||
$curr = Get-Location
|
||||
echo "WORK_DIR=$curr" >> $env:GITHUB_ENV
|
||||
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