[AppVeyor] Grab all ZIPs for artifacts.

This commit is contained in:
Rick Gibbed 2020-02-17 16:22:05 -06:00 committed by GitHub
parent 5cef591070
commit 0437488853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -53,16 +53,14 @@ test_script:
- cmd: xb test --config=%CONFIGURATION% --no_build
artifacts:
- path: '*.zip'
- path: xenia-cpu-ppc-test.log
- path: xenia-$(appveyor_repo_branch).zip
- path: xenia-vfs-dump-$(appveyor_repo_branch).zip
- path: SDL2.zip
deploy:
- provider: Environment
name: xenia-master
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
artifact: xenia-$(appveyor_repo_branch).zip,xenia-vfs-dump-$(appveyor_repo_branch).zip,SDL2.zip
artifact: '*.zip'
draft: false
prerelease: true
on: