Reputation: 93
I am trying to attach the ipk that is crated by my build step to a release. But it always attaches it as a zip file.
Is there a way to create a link to direct download the ipk, instead of the ipk in a zip?
Thanks
Upvotes: 3
Views: 1071
Reputation: 5063
Currently there is no way to prevent creation of the zip archive, but you should be able find link to the unzipped file in the job artifact browsing screen:
https://gitlab.com/<group-name>/<project-name>/-/jobs/<job-id>/artifacts/browse
You can reach it by clicking on the Browse
button on the job details page.
See also this issue.
Upvotes: 5