diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-06 00:03:48 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-06 00:03:48 +0200 |
commit | fc86da069840e2428b5b25516bdb1b8c73f94333 (patch) | |
tree | e07ade3bc612fc4babac2159937e16f8ac76a7ec | |
parent | Encrypt token for appveyor (diff) | |
download | nheko-fc86da069840e2428b5b25516bdb1b8c73f94333.tar.xz |
Adjust release name and description
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index cbe6c542..4d473858 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,11 +34,14 @@ after_build: - C:\nsis\makensis .ci\windows\nheko.nsi deploy: + release: "nheko 0.1.0-dev" + description: "Development builds" provider: GitHub auth_token: secure: YqB7hcM+4482eSHhtVR7ZA7N7lE78y8BC897/7UDTBQd+NWdWFW/6S+oKDie9TT7 artifact: nheko_setup.exe force_update: true + prerelease: true on: appveyor_repo_tag: true |