appveyor.yml: remove deploy step, we use GitHub Actions

This commit is contained in:
Eric Wasylishen 2022-09-25 11:25:13 -06:00
parent 363f337e17
commit e477962516
1 changed files with 0 additions and 9 deletions

View File

@ -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