appveyor.yml: remove deploy step, we use GitHub Actions
This commit is contained in:
parent
363f337e17
commit
e477962516
|
|
@ -13,12 +13,3 @@ build_script:
|
||||||
- cmd: powershell .\build-appveyor.ps1
|
- cmd: powershell .\build-appveyor.ps1
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: cmakebuild\*.zip
|
- path: cmakebuild\*.zip
|
||||||
deploy:
|
|
||||||
description: 'release description'
|
|
||||||
provider: GitHub
|
|
||||||
auth_token:
|
|
||||||
secure: 'kTa/cPIBtiixoSjXq1WoVD04ZFzbGhTPcPChAkh99Kf5Sqhy+kE8E3jUYe28nPDO'
|
|
||||||
draft: true
|
|
||||||
prerelease: false
|
|
||||||
on:
|
|
||||||
appveyor_repo_tag: true
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue