Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
Co-Authored-By: Giacomo Pozzoni <[email protected]>
  • Loading branch information
BAndysc and jackpoz committed Jan 10, 2021
1 parent 656e436 commit 250c643
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
version: 1.0.{build}
version: 0.1.{build}
branches:
only:
- master
configuration: Release
platform: x64
install:
Expand All @@ -9,4 +12,13 @@ build_script:
7z a WoWDatabaseEditor.zip bin/wowdatabaseeditor/*
artifacts:
- path: WoWDatabaseEditor.zip
- path: WoWDatabaseEditor.zip
name: WoWDatabaseEditor.zip
deploy:
- provider: GitHub
auth_token:
secure: /IVwC+zBHW7mliWiKN/q6M7iLf7K1TGoT1aSQuBjDH/syiNOCw9o0cl8lxWR8xqe
artifact: WoWDatabaseEditor.zip
prerelease: true
on:
branch: master

0 comments on commit 250c643

Please sign in to comment.