diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7cd7fd1d..dd6e49c16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -426,7 +426,7 @@ publish-stable: script: - cd _build_stable - ls -l - - dput lrde `ls -t *.changes | head -1` + - dput lrde `ls -t *amd64.changes | head -1` `ls -t *i386.changes | head -1` - cd .. - ls -l - tgz=`ls spot-*.tar.* | head -n 1`