HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

CI - Stop master releases using existing version numbers #1119

Closed Aidan63 closed 2 months ago

Aidan63 commented 2 months ago

The counter the CI release logic uses was reset when I moved the yml to a different workflow file so the last two master commits have overwritten previous github releases... I've worked around it in this by just adding a number larger than the latest pre-github CI merge. As mentioned in the block comment, this will need to be looked at again when we want anything other than the last build number to increase.

@Simn

Aidan63 commented 2 months ago

Update: Seems like it will fail instead of overwrite when it uses the same version number, which is good.