From eee8e5d5e5be516637a99a894e6dda37b800ab34 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Fri, 27 Apr 2018 21:13:16 +0200 Subject: [PATCH] Deploy Windows artifacts to GitHub release --- .appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index cca6b56..1f09e67 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,3 +16,13 @@ test_script: - build\rhubarb\Release\runTests.exe artifacts: - path: build\rhubarb-lip-sync-*.zip +deploy: + provider: GitHub + release: $(APPVEYOR_REPO_TAG_NAME) + description: '' + auth_token: + secure: Gk7y8Cb9ImDBthgL56W1QMWDEp4oIcbUeKgXnkiBsy7G+V6H59MPXv0ZC7Zht8+3 + artifact: /.*\.zip/ + draft: true + on: + appveyor_repo_tag: true