The release service does not allow `v` prefix in version part of the tarball:263345eaa9/gnome_release_service/gnome_release_system/modules/module_release.py (L79-87)So renaming of the tarball ine028cc5c62did not help – the pipeline instead started failing with: curl: (22) The requested URL returned error: 400{"detail":"Could not parse tarball name: calls-v48.0.tar.xz."} Since it is not possible to use shell or other replacement mechanisms in `variables`, let’s obtain the produced dist tarball path in `script` and pass it to `deploy` through `dotenv` artifact: https://docs.gitlab.com/ci/variables/#pass-an-environment-variable-to-another-job Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/770>
4.0 KiB
4.0 KiB