[AppVeyor] Deploy artifacts to GitHub Releases.
[AppVeyor] Deploy artifacts to GitHub Releases, take three.
This commit is contained in:
parent
258581ee07
commit
a7f3b11076
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue