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
Post a Comment