mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
[AppVeyor] Grab all ZIPs for artifacts.
This commit is contained in:
parent
5cef591070
commit
0437488853
1 changed files with 2 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue