From 8818c9c5f75bffd20f6a961dccdb4e79a6119580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Krzemi=C5=84ski?= Date: Fri, 21 Oct 2016 09:03:17 +0200 Subject: [PATCH] appveyor github release deploy --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b7c6ab3..2c21343 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,4 +24,16 @@ build_script: - cd .. - 7z a -tzip QNapi-%VERSION%-portable.zip QNapi - cd .. +artifacts: + - path: win32\QNapi*zip + - path: win32\QNapi*exe +deploy: + provider: GitHub + description: This is latest snapshot release. Be careful - it may not be stable! + auth_token: + secure: W8Vjs744iJ2Tb6DWml0XY8LAOyj3FXlvA9ZhAlaIxCAYhjAL3e7yolizmaoLSlhy + artifact: /QNapi.*/ + force_update: true + on: + appveyor_repo_tag: true