Deploy Appveyor build as GitHub release without making a tag -


i have project hosted on github , have compiling appveyor.

i set appveyor each build deployed github release, each build overwriting last. way there 1 github release appveyor have latest build attached.

i can't see how this, because if specify release in appveyor.yml error saying release exists (yes want overwrite it), , if don't, each deployment creates new tag current build, litter repository useless tags.

on top of that, every time release gets deployed, creates new tag in turn triggers appveyor build. means every push repository triggers 2 identical builds.

has worked out way deploy same github release continuously, replacing files latest versions, , prevent new appveyor build being triggered in response appveyor deployment?

you can add force_update: true github deployment provider settings overwrite existing release.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -