From f2412c74118da2c39abb143ed5c43186b3a785c0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Mar 2019 10:48:07 -0400 Subject: [PATCH] deploy to github --- appveyor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 6ee71f5e94..ffb05f535f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,3 +47,14 @@ artifacts: - path: dist/dist-safari-%APPVEYOR_BUILD_NUMBER%.zip - path: dist/browser-source-%APPVEYOR_BUILD_NUMBER%.zip - path: coverage/coverage-%APPVEYOR_BUILD_NUMBER%.zip + +deploy: + release: $(APPVEYOR_REPO_TAG_NAME) + description: 'Release description' + provider: GitHub + auth_token: $(GH_TOKEN) + artifact: /.*/ + force_update: true + on: + branch: master + APPVEYOR_REPO_TAG: true