[AppVeyor] Grab all ZIPs for artifacts.
This commit is contained in:
parent
5cef591070
commit
0437488853
|
@ -53,16 +53,14 @@ test_script:
|
||||||
- cmd: xb test --config=%CONFIGURATION% --no_build
|
- cmd: xb test --config=%CONFIGURATION% --no_build
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
- path: '*.zip'
|
||||||
- path: xenia-cpu-ppc-test.log
|
- path: xenia-cpu-ppc-test.log
|
||||||
- path: xenia-$(appveyor_repo_branch).zip
|
|
||||||
- path: xenia-vfs-dump-$(appveyor_repo_branch).zip
|
|
||||||
- path: SDL2.zip
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
- provider: Environment
|
- provider: Environment
|
||||||
name: xenia-master
|
name: xenia-master
|
||||||
release: xenia-$(appveyor_repo_branch)-v$(appveyor_build_version)
|
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
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue