fix(ci): my bad.

This commit is contained in:
Alexandre Pujol 2023-12-10 15:48:32 +00:00
parent d2078fcb3a
commit b8fc5a96a5
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)