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

This reverts commit e477962516.
This commit is contained in:
Eric Wasylishen 2023-08-13 23:08:10 -06:00
parent 54d5838f29
commit 7c6f6f8299
1 changed files with 9 additions and 0 deletions

View File

@ -13,3 +13,12 @@ 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