build: appveyor: try setting up auto deployments 3
This commit is contained in:
parent
37eb30c830
commit
7c1d29a46a
|
|
@ -28,11 +28,10 @@ build_script:
|
|||
artifacts:
|
||||
- path: cmakebuild\*.zip
|
||||
deploy:
|
||||
description: 'tyrutils-$APPVEYOR_REPO_TAG_NAME'
|
||||
description: 'release description'
|
||||
provider: GitHub
|
||||
auth_token:
|
||||
secure: 'kTa/cPIBtiixoSjXq1WoVD04ZFzbGhTPcPChAkh99Kf5Sqhy+kE8E3jUYe28nPDO'
|
||||
artifact: cmakebuild\*.zip
|
||||
draft: true
|
||||
prerelease: false
|
||||
on:
|
||||
|
|
|
|||
Loading…
Reference in New Issue