angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
868 stars 109 forks source link

Tag latest release #732

Open ConnorNelson opened 1 year ago

ConnorNelson commented 1 year ago

I want to be able to wget https://github.com/angr/angr-management/releases/download/latest/angr-management-ubuntu.tar.gz.

I cannot do this because no release is tagged as latest.

mahaloz commented 1 year ago

@twizmwazin can we just have the bot start posting new releases as full releases? Not drafts?

twizmwazin commented 1 year ago

I can, but I wouldn't work the nightly builds into any automation at this point. I have plans at some point to move away from pyinstaller builds and towards an installer model. I would recommend using pip install for any automation since we publish there regularly and there are no intents to change that.