mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-15 07:20:49 +00:00
- set appveyor to artifact qzdoom.zip instead of gzdoom.zip
This commit is contained in:
parent
d99732eeaa
commit
6fe679bb69
1 changed files with 2 additions and 2 deletions
|
@ -37,10 +37,10 @@ build_script:
|
|||
|
||||
after_build:
|
||||
- set OUTPUT_DIR=%APPVEYOR_BUILD_FOLDER%\build\%CONFIGURATION%\
|
||||
- 7z a ..\gzdoom.zip "%OUTPUT_DIR%gzdoom.exe" "%OUTPUT_DIR%*.pk3"
|
||||
- 7z a ..\qzdoom.zip "%OUTPUT_DIR%qzdoom.exe" "%OUTPUT_DIR%*.pk3"
|
||||
|
||||
artifacts:
|
||||
- path: gzdoom.zip
|
||||
- path: qzdoom.zip
|
||||
|
||||
notifications:
|
||||
- provider: Email
|
||||
|
|
Loading…
Reference in a new issue