From 3c6c42ea451ec27e71bce07b98b39b0b34092fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Tue, 20 Aug 2019 18:52:17 +0200 Subject: [PATCH] Setup AppVeyor Deploy --- .appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 9e09d05..c367a4c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,3 +13,13 @@ build_script: artifacts: - path: Chiaki name: Chiaki + +deploy: + description: 'Chiaki Binaries' + provider: GitHub + auth_token: + secure: Amvzm3PMM5nv+iFsqaU7TZ9fgyYt/YIrOLV0QMiCyOoUlLRIaiYxWiJ7maTpxhZ9 + artifact: "Chiaki" + on: + appveyor_repo_tag: true +