From 2ff8a341b8e0b2083e4b662b758a0fc191e21997 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sun, 8 Mar 2020 15:43:51 +0100 Subject: [PATCH] automated appyevor builds --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index dd52d138..0ab60498 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 \ No newline at end of file