I need to create ci/cd pipelines for releasing standalone application.
In another words, I don’t need deploy this application.
I created build job and as result I have artifacts - zip archive.
Now I want to release this archive (Releases | GitLab).
I implemented pipelines according to documentation, and as result I have archives with project sources:
This is not what I need!
In release page I need permanent link to my artifact, created in first build step.
Any possibility to do this using Gitlab pipelines?
Thanks for taking the time to be thorough in your request, it really helps!