CI: fix upload of stable Debian packages for amd64

This prevented the Spot website to regenerate.
Should fix #516 once we release 2.11.1.

* .gitlab-ci.yml (publish-stable): Upload changes for amd64 and i386,
not just the later.
This commit is contained in:
Alexandre Duret-Lutz 2022-10-10 10:42:40 +02:00
parent d0c296e1cf
commit 55e4d340fe

View file

@ -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`