From 9e71860c96a80d6dd5d35ee63e89b382477defb9 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sun, 5 Jan 2020 02:18:46 +0800 Subject: [PATCH] [+] Add artifacts --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 82efa8c..323c593 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,2 +1,8 @@ image: -- Visual Studio 2017 \ No newline at end of file +- Visual Studio 2017 + +artifacts: + - path: RevokeMsgPatcher\bin\Release\RevokeMsgPatcher.exe + name: RevokeMsgPatcher + - path: RevokeMsgPatcher.MultiInstance.exe\bin\Release\RevokeMsgPatcher.MultiInstance.exe + name: RevokeMsgPatcher.MultiInstance \ No newline at end of file