From 250c643e447506f139abe38429c8db833d9d0b83 Mon Sep 17 00:00:00 2001 From: BAndysc Date: Sun, 10 Jan 2021 02:36:38 +0000 Subject: [PATCH] Update appveyor.yml Co-Authored-By: Giacomo Pozzoni --- appveyor.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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