From 52d9086547b25107802bd87d5a8b67d0e3633d3c Mon Sep 17 00:00:00 2001 From: Devon R Date: Mon, 28 Oct 2019 04:06:58 +0900 Subject: [PATCH] Add automatic distribution upload --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2f24b41..25e477a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,3 +44,15 @@ build_script: artifacts: - path: SpatialMedia_AE_*_Win32.zip - path: SpatialMedia_AE_*_Win64.zip + +deploy: + description: | + Latest plug-in binaries ($(APPVEYOR_REPO_TAG_NAME)). + + The 'source code' links are automatically generated by GitHub and do not contain the plug-in binaries. Please download the Win32 or Win64 zip files instead. + provider: GitHub + auth_token: + secure: lAs3WpB/OHKOvPrV3ep+bZjvGknD/Qq0aelWA4x2vDXADYLxfGxBebPR9xBviCKq + artifact: /SpatialMedia_AE_.*_Win(32|64)\.zip/ + on: + APPVEYOR_REPO_TAG: true