@@ -106,7 +106,8 @@ steps:
DEB_BUILD_OPTIONS=nocheck
dpkg-buildpackage -us -uc -a ${PKG_ARCH} &&
ls -l .. &&
- find .. -type f -exec cp {} $${PKG_RELEASE_DIR}/ \; ;
+ find .. -type f \( -name '*.deb' -o -name '*.dsc' -o name='*.tar.xz' \)
+ -exec cp {} $${PKG_RELEASE_DIR}/ \; ;
else
make &&
tar --exclude='./.*'