Update appveyor.yml
Just to store the last appveyor build version in the CI builds description
This commit is contained in:
parent
1b0043dea4
commit
eaf8b9a081
|
@ -40,7 +40,7 @@ test: off
|
|||
deploy:
|
||||
- provider: GitHub
|
||||
tag: appveyor-build
|
||||
description: 'FB Neo Appveyor automatic build'
|
||||
description: appveyor-build-$(appveyor_build_version)
|
||||
force_update: true
|
||||
on:
|
||||
branch: master # release from master branch only
|
||||
|
|
Loading…
Reference in New Issue