From 57253d6455860db458e3c3880c05223283f54162 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sat, 27 Mar 2021 10:03:08 +0100 Subject: [PATCH] Publish artifacts on release. --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index dc779af..d7c9c6d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,3 +17,13 @@ test_script: artifacts: - path: build\package\* + +deploy: + description: 'News:\n- ...' + provider: GitHub + auth_token: + secure: oN14X2NG9+1O6cVQ7m2pIUkMxJ4mbZC1oht03WtJPS4E03MfPH8wZYAw9vmkSL9H + draft: true + on: + branch: master + APPVEYOR_REPO_TAG: true