Fix path to artifacts in AppVeyor config

This commit is contained in:
Zeex 2015-03-28 19:28:51 +06:00
parent 8e53408cdb
commit 13680704ea

View File

@ -1,7 +1,7 @@
version: '{build}'
configuration:
- Release
- RelWithDebInfo
before_build:
- cmake source/compiler
@ -10,8 +10,8 @@ build_script:
- cmake --build . --config %CONFIGURATION%
artifacts:
- path: pawncc.exe
- path: RelWithDebInfo/pawncc.exe
name: Compiler executable
- path: pawnc.dll
- path: RelWithDebInfo/pawnc.dll
name: Compiler library