[AppVeyor] Deploy artifacts to GitHub Releases.

[AppVeyor] Deploy artifacts to GitHub Releases, take three.
This commit is contained in:
Rick Gibbed 2022-01-24 02:54:05 -06:00 committed by GitHub
parent 258581ee07
commit a7f3b11076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: