fix var call (#2978)
This commit is contained in:
parent
f0f73c8f77
commit
74dbf75c5b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ deploy:
|
|||
- provider: GitHub
|
||||
auth_token:
|
||||
secure: p+7wPVry2XEa6TBm9XH8IaQZbBmXQ/J2ldbGmcIxUZD3NkkPrSRRlmE7Of1CBBIO
|
||||
release: "Cockatrice $APPVEYOR_REPO_TAG_NAME"
|
||||
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
||||
description: "Beta release of Cockatrice"
|
||||
artifact: /.*\.exe/
|
||||
force_update: true
|
||||
|
|
Loading…
Reference in a new issue