[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:
Rick Gibbed 2022-01-24 03:52:38 -06:00 committed by GitHub
parent a7f3b11076
commit bf20aa5f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -25,6 +25,12 @@ pull_requests:
os: Visual Studio 2019
init:
- ps: |
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
$env:is_not_pr = "true"
}
install:
- |
vcpkg integrate remove
@ -56,12 +62,6 @@ artifacts:
- path: '*.zip'
- path: xenia-cpu-ppc-test.log
before_deploy:
- ps: |
If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) {
$env:is_not_pr = "true"
}
deploy:
- provider: Environment
name: xenia-master