mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
Appveyor.yml: Fix casing
This commit is contained in:
parent
dc25480844
commit
58ed5421ec
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ before_deploy:
|
|||
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
||||
deploy:
|
||||
- provider: GitHub
|
||||
tag: v$(appveyor_build_version)
|
||||
release: myproduct-v$(APPVEYOR_BUILD_VERSION)
|
||||
tag: v$(APPVEYOR_BUILD_VERSION)
|
||||
description: $(release_description)
|
||||
auth_token:
|
||||
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
||||
|
|
Loading…
Reference in a new issue