Variable not expanded in artifacts/paths

Hi, I have a .gitlab-ci.yml file here which defines two variables.

Problem is only one of them is expanded, resulting in a wrong artifact path (result here).

Did I miss something ? Thanks !

Ok the solution was to use ${DEB_VSN} instead of $DEB_VSN, or the runner would try to expand e.g. DEB_VSN_amd64…