mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
ab7a94a4eb
疯狂踩坑
10 lines
137 B
PowerShell
10 lines
137 B
PowerShell
if ($env:BILILIVERECORDER_RELEASE)
|
|
{
|
|
./CI/push_clickonce.ps1
|
|
./CI/push_master.ps1
|
|
}
|
|
else
|
|
{
|
|
Write-Host "Not a new release!"
|
|
}
|