automated appyevor builds

This commit is contained in:
Fabian Dill 2020-03-08 15:43:51 +01:00
parent 74b1688427
commit 2ff8a341b8
1 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,13 @@ build_script:
artifacts:
- path: "build\\exe.win-amd64-%PYTHON_VERSION%\\"
name: "Berserker_Multiworld_%APPVEYOR_REPO_BRANCH%_%APPVEYOR_REPO_TAG%_Python%PYTHON_VERSION%-x64"
deploy:
description: 'Appveyor automated build'
provider: GitHub
auth_token:
secure: +cRWefLphFutZuzCcCsNS0tl7nNj/IpnJmfht6hZFh2z9eQdFgcu6zwGS3lWItat
artifact: /.*\.zip/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
APPVEYOR_REPO_TAG: true # deploy on tag push only