From 0de4a36fe1e1955bed678d63c7e70bdee9a42235 Mon Sep 17 00:00:00 2001 From: Samuel Tulach Date: Thu, 25 Jun 2020 18:47:57 +0200 Subject: [PATCH] new release --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 54cc934..42d6caf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,3 +19,15 @@ environment: APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" platform: - "Any CPU" +deploy: + release: uploader-v$(appveyor_build_version) + description: "If you are not sure what to download, please use `setup_anycpu.zip`. If you want to download a portable version of the uploader, use `release_anycpu.zip`, but keep in mind that you will have to manually download localization files." + provider: GitHub + auth_token: + secure: SM1sS8TNnk3rYWpOpouTIcV1g+Wq0wR65TNgTUS0pYN7fC7XSFSW+i0HUqn1gFYm + artifact: /.*\.zip/ + draft: false + prerelease: false + on: + branch: master + APPVEYOR_REPO_TAG: true \ No newline at end of file