Fix release naming to match tags for downloads #858
Labels
📙 documentation
Improvements or additions to documentation
🧰 technical debts
Technical debts, refactoring
Milestone
The current releases are linked as such for v0.20.
https://github.com/0xERR0R/blocky/releases/download/v0.20/blocky_0.20_Linux_arm64.tar.gz
The file itself has a differing version number of
0.20
instead of the matching tag ofv0.20
.This creates a problem when trying to automate downloads, e.g. I'm trying to install blocky using ansible, and the
ansible.builtin.github_release
returns a tag ofv0.20
which I then need to find some way to strip thev
in front so I can insert it into the file for downloading.The tags should be consistent in the release version and tag.
The text was updated successfully, but these errors were encountered: