pluveto / upgit

Another upload hub that supports clipboard. It works well with Typora, Snipaste, VSCode.
MIT License
545 stars 43 forks source link

What's the version `v0.2.24-build`? #84

Closed suzuki-shunsuke closed 3 months ago

suzuki-shunsuke commented 3 months ago

https://github.com/pluveto/upgit/releases/tag/v0.2.24-build https://github.com/pluveto/upgit/releases/tag/v0.2.24

image image

I noticed the release v0.2.24 doesn't have pre built binaries and the version v0.2.24-build have them instead. These versions are associated with the same commit hash. https://github.com/pluveto/upgit/commit/6b8365ab6ed5af833a069fbef1c600c12e6994d6 What's *-build? Why is this version necessary?

suzuki-shunsuke commented 3 months ago

Seems like v0.2.24 was released by GitHub Actions. https://github.com/pluveto/upgit/actions/runs/9867934413 But I can't find the workflow run associated with v0.2.24-build. 🤔

https://github.com/pluveto/upgit/actions

image
pluveto commented 3 months ago

image

This was due to some bugs in my release workflow configuration that caused the generated tag to be main instead of a specific version number, so I manually changed main to v0.2.24-build.

I'll follow up with a fix.

https://github.com/pluveto/upgit/actions/runs/9867934413/job/27249162015

pluveto commented 3 months ago

Fixed in https://github.com/pluveto/upgit/commit/53f36b960b228907ee9cc16df64d1186c6d6e6e1

https://github.com/pluveto/upgit/releases/tag/v0.2.25

suzuki-shunsuke commented 3 months ago

Thank you for fixing quickly!