Revert "appveyor.yml: remove deploy step, we use GitHub Actions"
This reverts commit e477962516.
This commit is contained in:
parent
54d5838f29
commit
7c6f6f8299
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue