summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-21 15:04:50 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-21 15:04:50 +0300
commit269519dfd9436fd04a58cc4be89d3538e72c1168 (patch)
treeca00b39c71237d9f597ea4651177bfc086c6d5bf /appveyor.yml
parentfc684f65711757846fda30b2f9779feade8f8912 (diff)
Put back github releases
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index dba1490c..036fc697 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -126,6 +126,17 @@ after_build:
on_success:
- if "%APPVEYOR_REPO_TAG%" == "true" (curl -T nheko-%APPVEYOR_REPO_TAG_NAME%-installer.exe -umujx:%BINTRAY_APIKEY% https://api.bintray.com/content/mujx/matrix/nheko/%APPVEYOR_REPO_TAG_NAME%/nheko/%APPVEYOR_REPO_TAG_NAME%/)
+deploy:
+ description: "Development builds"
+ provider: GitHub
+ auth_token:
+ secure: "YqB7hcM+4482eSHhtVR7ZA7N7lE78y8BC897/7UDTBQd+NWdWFW/6S+oKDie9TT7"
+ artifact: nheko-${APPVEYOR_REPO_TAG_NAME}-installer.exe
+ force_update: true
+ prerelease: true
+ on:
+ appveyor_repo_tag: true
+
artifacts:
- path: nheko_win_64.zip
- path: nheko-$(APPVEYOR_REPO_TAG_NAME)-installer.exe