From bcaa918b88a6c3b200b2f0bd57e530db04e51818 Mon Sep 17 00:00:00 2001 From: Nico Giansanti Date: Sun, 31 Mar 2019 00:45:52 +0200 Subject: [PATCH] test --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a7670d1..1ff82dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,10 @@ build: verbosity: minimal artifacts: - path: build\bin\release\ - name: OpenParrot$(platform) \ No newline at end of file + name: OpenParrot$(platform) +deploy: +- provider: GitHub + auth_token: + secure: a2B+6mDTHuBa0fw8nm739eGJIZBcZp0IenhKvvXvreLR6ZUoHg9pflMP8ahNUK6o + repository: teknogods/OpenParrot + artifact: OpenParrotWin32.zip;OpenParrotx64.zip \ No newline at end of file