Try AppVeyor auto-upload release builds.

This commit is contained in:
Pär Winzell 2019-05-14 22:09:11 -07:00
parent feb2768b61
commit 959d799482
1 changed files with 14 additions and 2 deletions

View File

@ -31,8 +31,20 @@ build_script:
- cmd: conan build -bf build .
- cmd: move build\Release\FBX2glTF.exe build\Release\FBX2glTF-windows-x64.exe
test: off
artifacts:
- path: build/Release/FBX2glTF-windows-x64.exe
test: off
deploy: off
deploy:
tag: $(APPVEYOR_REPO_TAG_NAME)
description: ''
provider: GitHub
auth_token:
secure: RnycxjEjIgpRKZ6l09OX869trx2jNX0B10wrfjt3wul2sSJfbG4ZeHJSbqtPpqQt
artifact: build/Release/FBX2glTF-windows-x64.exe
draft: true
prerelease: true
on:
# branch: master # release from master branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only