- set appveyor to artifact qzdoom.zip instead of gzdoom.zip

This commit is contained in:
Rachael Alexanderson 2017-11-15 23:57:19 -05:00
parent d99732eeaa
commit 6fe679bb69

View file

@ -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