👷🐛 Fix CI build missing orig.tar.gz in upload

This commit is contained in:
Marcel Kapfer 2022-12-06 19:32:20 +01:00
parent bd41430266
commit ab5fb1e7e0
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ deploy-job:
- echo "$GPG_PUBLIC_KEY" | tr -d '\r' | gpg --import -
- cd "$PACKAGE"_"$VERSION" || exit
- dch -D $UBUNTU_VERSION -p -l +$UBUNTU_VERSION "Upstream version $VERSION."
- debuild -S -k6D289F254B41A009B6AB5AC3122720F932D5CE46
- debuild -S -sa -k6D289F254B41A009B6AB5AC3122720F932D5CE46
- cd ..
- dput ppa:mmk2410/intellij-idea "$PACKAGE"_"$VERSION"-1+"$UBUNTU_VERSION"1_source.changes
rules: