build: appveyor: try setting up auto deployments 3

This commit is contained in:
Eric Wasylishen 2016-10-02 22:56:02 -06:00
parent 37eb30c830
commit 7c1d29a46a
1 changed files with 1 additions and 2 deletions

View File

@ -28,11 +28,10 @@ build_script:
artifacts: artifacts:
- path: cmakebuild\*.zip - path: cmakebuild\*.zip
deploy: deploy:
description: 'tyrutils-$APPVEYOR_REPO_TAG_NAME' description: 'release description'
provider: GitHub provider: GitHub
auth_token: auth_token:
secure: 'kTa/cPIBtiixoSjXq1WoVD04ZFzbGhTPcPChAkh99Kf5Sqhy+kE8E3jUYe28nPDO' secure: 'kTa/cPIBtiixoSjXq1WoVD04ZFzbGhTPcPChAkh99Kf5Sqhy+kE8E3jUYe28nPDO'
artifact: cmakebuild\*.zip
draft: true draft: true
prerelease: false prerelease: false
on: on: