mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-22 10:33:36 +00:00
Change appveyor artifacts
This commit is contained in:
parent
5d5bc82e26
commit
522c304b32
1 changed files with 4 additions and 4 deletions
|
@ -7,11 +7,11 @@ build_script:
|
||||||
- python build.py
|
- python build.py
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: builds\win32-dynamic
|
- path: builds\install\win32-dynamic
|
||||||
name: win32-dynamic
|
name: win32-dynamic
|
||||||
- path: builds\win32-static
|
- path: builds\install\win32-static
|
||||||
name: win32-static
|
name: win32-static
|
||||||
- path: builds\win64-dynamic
|
- path: builds\install\win64-dynamic
|
||||||
name: win64-dynamic
|
name: win64-dynamic
|
||||||
- path: builds\win64-static
|
- path: builds\install\win64-static
|
||||||
name: win64-static
|
name: win64-static
|
||||||
|
|
Loading…
Reference in a new issue