mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
add tag (#2979)
This commit is contained in:
parent
74dbf75c5b
commit
dfaa85847c
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: p+7wPVry2XEa6TBm9XH8IaQZbBmXQ/J2ldbGmcIxUZD3NkkPrSRRlmE7Of1CBBIO
|
secure: p+7wPVry2XEa6TBm9XH8IaQZbBmXQ/J2ldbGmcIxUZD3NkkPrSRRlmE7Of1CBBIO
|
||||||
|
tag: "$(APPVEYOR_REPO_TAG_NAME)"
|
||||||
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
||||||
description: "Beta release of Cockatrice"
|
description: "Beta release of Cockatrice"
|
||||||
artifact: /.*\.exe/
|
artifact: /.*\.exe/
|
||||||
|
|
@ -104,6 +105,8 @@ deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: p+7wPVry2XEa6TBm9XH8IaQZbBmXQ/J2ldbGmcIxUZD3NkkPrSRRlmE7Of1CBBIO
|
secure: p+7wPVry2XEa6TBm9XH8IaQZbBmXQ/J2ldbGmcIxUZD3NkkPrSRRlmE7Of1CBBIO
|
||||||
|
tag: "$(APPVEYOR_REPO_TAG_NAME)"
|
||||||
|
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
||||||
artifact: /.*\.exe/
|
artifact: /.*\.exe/
|
||||||
force_update: true
|
force_update: true
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue