Remove force update appveyor (#3920)
According to https://help.appveyor.com/discussions/questions/16192-build-tag-annotation-overwritten, we don't need force_update to push the files up. This will preserve name/description of the release
This commit is contained in:
parent
ca618c6cc1
commit
9cec0852bb
1 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ deploy:
|
||||||
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/
|
||||||
force_update: true
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
|
@ -98,7 +97,6 @@ deploy:
|
||||||
tag: "$(APPVEYOR_REPO_TAG_NAME)"
|
tag: "$(APPVEYOR_REPO_TAG_NAME)"
|
||||||
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
release: "Cockatrice $(APPVEYOR_REPO_TAG_NAME)"
|
||||||
artifact: /.*\.exe/
|
artifact: /.*\.exe/
|
||||||
force_update: true
|
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue