AppVeyor: deploy build to GitHub releases page

This commit is contained in:
ge0rdi
2022-08-21 14:01:21 +02:00
parent 86447299b1
commit 93245dc4d6

View File

@@ -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