- enable AppVeyor artifacts back

This commit is contained in:
Ilya Shurumov 2020-10-14 01:24:09 +06:00
parent f7e6b703b1
commit 53f3ae23a9

View File

@ -58,12 +58,12 @@ before_build:
- cmd: premake5 vs2019
- cmd: ren "%JPEG_DIR%\jconfig.vc" "jconfig.h"
#artifacts:
# - path: src_rebuild\bin\%configuration%\*.zip
# name: Binaries
artifacts:
- path: src_rebuild\bin\%configuration%\*.zip
name: Binaries
#after_build:
# - cmd: cd %project_folder%\bin\%configuration%
# - 7z a REDRIVER2.zip ".\*"
after_build:
- cmd: cd %project_folder%\bin\%configuration%
- 7z a REDRIVER2.zip ".\*"
#build: off