Skip to content

Commit

Permalink
fix(ci): my bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 10, 2023
1 parent d2078fc commit b8fc5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dists/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8fc5a9

Please sign in to comment.