diff --git a/.appveyor.yml b/.appveyor.yml index cd6503e99..6c5e5492f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -59,7 +59,7 @@ artifacts: before_deploy: - ps: | If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { - $env:IS_NOT_PR = "true" + $env:is_not_pr = "true" } deploy: