build: appveyor: try setting up auto deployments 3
This commit is contained in:
parent
37eb30c830
commit
7c1d29a46a
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue