diff --git a/appveyor.yml b/appveyor.yml index 02c076c70..5d97c46a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ -version: 1.0.{build} +version: 0.1.{build} +branches: + only: + - master configuration: Release platform: x64 install: @@ -9,4 +12,13 @@ build_script: 7z a WoWDatabaseEditor.zip bin/wowdatabaseeditor/* artifacts: -- path: WoWDatabaseEditor.zip \ No newline at end of file +- path: WoWDatabaseEditor.zip + name: WoWDatabaseEditor.zip +deploy: +- provider: GitHub + auth_token: + secure: /IVwC+zBHW7mliWiKN/q6M7iLf7K1TGoT1aSQuBjDH/syiNOCw9o0cl8lxWR8xqe + artifact: WoWDatabaseEditor.zip + prerelease: true + on: + branch: master \ No newline at end of file