[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:
|
before_deploy:
|
||||||
- ps: |
|
- ps: |
|
||||||
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
||||||
$env:IS_NOT_PR = "true"
|
$env:is_not_pr = "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue