From a7f3b110761216fc9749b8a9e843c7205bb96ca3 Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Mon, 24 Jan 2022 02:54:05 -0600 Subject: [PATCH] [AppVeyor] Deploy artifacts to GitHub Releases. [AppVeyor] Deploy artifacts to GitHub Releases, take three. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: