Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate gitlab ci artifact as native file type

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

like image 646
TsK Avatar asked Jun 09 '26 00:06

TsK


1 Answers

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.

like image 71
Konrad Botor Avatar answered Jun 10 '26 20:06

Konrad Botor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!