fix: build deb in container.

This commit is contained in:
Alexandre Pujol 2023-12-10 14:36:29 +00:00
parent 032d805666
commit 41a7cb0f5c
Failed to generate hash of commit

View file

@ -22,7 +22,7 @@ main() {
dpkg)
dch --newversion="$VERSION-1" --urgency=medium --distribution=stable --controlmaint "Release $VERSION-1"
dpkg-buildpackage -b -d --no-sign
mv ../"${PKGNAME}_${VERSION}-1"_*.deb "$OUTPUT"
mv ../"${PKGNAME}_${VERSION}-1"_*.deb . # "$OUTPUT"
;;
rpm)