From 177ab5646a3d4fb5db1796ee9e38ae6fab60db3a Mon Sep 17 00:00:00 2001 From: Zeex Date: Sun, 5 Apr 2015 22:17:20 +0600 Subject: [PATCH] Add pawndisasm.exe to artifacts --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6e3961b..d5df4cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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