Add pawndisasm.exe to artifacts

This commit is contained in:
Zeex 2015-04-05 22:17:20 +06:00
parent a2a8039e69
commit 177ab5646a

View File

@ -11,7 +11,10 @@ build_script:
artifacts:
- path: RelWithDebInfo/pawncc.exe
name: Compiler executable
name: Pawn compiler
- path: RelWithDebInfo/pawnc.dll
name: Compiler library
name: Pawn compiler library
- path: RelWithDebInfo/pawndisasm.exe
name: Pawn disassembler