Download File name from Tag

HI All,

I really like the convention of Tagging a particular release version so that people can download from a particular point on the master branch.
What I have been unable to find is how to configure gitlab so that when i tag a spot the downloadable zip/tar.gz file has a nice name

ie.
myApplication-0.4.1.tar.gz

I am currently getting close to this but the filename also includes the merge hash which i would rather not be there. Can anyone point me in the right direction to get gitlab to do this.

Thanks in advance
Nick

I guess this isn’t as simple as I had originally hoped. I am pretty sure it can be done as the gitlab tarball itself is downloadable in this fashion. I just wish i knew how to do it myself.