Appveyor.yml: Fix casing

This commit is contained in:
flightlevel 2019-03-03 16:35:00 +11:00
parent dc25480844
commit 58ed5421ec
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ before_deploy:
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n"; - ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
deploy: deploy:
- provider: GitHub - provider: GitHub
tag: v$(appveyor_build_version) tag: v$(APPVEYOR_BUILD_VERSION)
release: myproduct-v$(APPVEYOR_BUILD_VERSION)
description: $(release_description) description: $(release_description)
auth_token: auth_token:
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa