diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 15:04:50 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 15:04:50 +0300 |
commit | 269519dfd9436fd04a58cc4be89d3538e72c1168 (patch) | |
tree | ca00b39c71237d9f597ea4651177bfc086c6d5bf /appveyor.yml | |
parent | Require login when the cache format changes (regression on #444) (diff) | |
download | nheko-269519dfd9436fd04a58cc4be89d3538e72c1168.tar.xz |
Put back github releases
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 11 |
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 |