[AppVeyor] Deploy artifacts to GitHub Releases.
[AppVeyor] Deploy artifacts to GitHub Releases, take four. I guess before_deploy is broken?
This commit is contained in:
parent
a7f3b11076
commit
bf20aa5f8e
|
@ -25,6 +25,12 @@ pull_requests:
|
||||||
|
|
||||||
os: Visual Studio 2019
|
os: Visual Studio 2019
|
||||||
|
|
||||||
|
init:
|
||||||
|
- ps: |
|
||||||
|
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
||||||
|
$env:is_not_pr = "true"
|
||||||
|
}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
vcpkg integrate remove
|
vcpkg integrate remove
|
||||||
|
@ -56,12 +62,6 @@ artifacts:
|
||||||
- path: '*.zip'
|
- path: '*.zip'
|
||||||
- path: xenia-cpu-ppc-test.log
|
- path: xenia-cpu-ppc-test.log
|
||||||
|
|
||||||
before_deploy:
|
|
||||||
- ps: |
|
|
||||||
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
|
||||||
$env:is_not_pr = "true"
|
|
||||||
}
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: xenia-master
|
name: xenia-master
|
||||||
|
|
Loading…
Reference in New Issue