fix CI script

This commit is contained in:
Genteure 2018-10-24 14:40:47 +08:00
parent 028e574733
commit 36502e8e0d

View File

@ -1,4 +1,4 @@
if ($env:BILILIVERECORDER_RELEASE)
if ($env:BILILIVERECORDER_RELEASE.ToLower() -eq "true")
{
./CI/push_clickonce.ps1
./CI/push_master.ps1