don't run the clean step

This commit is contained in:
Jonathan Bennett 2025-01-05 19:03:44 -06:00 committed by GitHub
parent d3cbbfd345
commit 2396aa77ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,4 +14,4 @@ dch --create --distribution $SERIES --package $package --newversion $PKG_VERSION
"GitHub Actions Automatic packaging for $PKG_VERSION~$SERIES"
# Build the source deb
debuild -S -k$GPG_KEY_ID
debuild -S -nc -k$GPG_KEY_ID