Hi,
So i’ve created a pipeline that uses semantic-release
with it’s gitlab plugin so it tag and make a release.
But now i’m in a “big” problem.
I’m building a golang binary that I need to get deployed to my server and i really don’t feel like using artifacts simply that they expire.
So my question is, how can I access the binary files that is being added to release within my pipeline when the release
stage is done?