mirror of
https://github.com/xenia-project/xenia.git
synced 2024-11-27 13:30:44 +00:00
[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
Block a user