From 93245dc4d6d8f3ebdb46e50cbbdc65c4583835d0 Mon Sep 17 00:00:00 2001 From: ge0rdi Date: Sun, 21 Aug 2022 14:01:21 +0200 Subject: [PATCH] AppVeyor: deploy build to GitHub releases page --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 14442df..b3227bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,3 +14,10 @@ only_commits: files: - Src/ - Localization/ +deploy: +- provider: GitHub + tag: v$(APPVEYOR_BUILD_VERSION) + release: $(APPVEYOR_BUILD_VERSION) + auth_token: + secure: 01CsOFRdj9KFb1hp/RlFK/F1UzGhzwGQfok6OoqcL1ipbOwRF//Phbdm7iaFVWIx + prerelease: true