Debian: Correctly build without signing (for forks) (#10605)

This commit is contained in:
Austin
2026-06-02 18:12:27 -04:00
committed by GitHub
co-authored by GitHub
parent cd56674429
commit 266c143359
+1 -1
View File
@@ -33,5 +33,5 @@ if [[ -n $GPG_KEY_ID ]]; then
debuild -S -nc -k"$GPG_KEY_ID"
else
# Build the source deb without signing (forks)
debuild -S -nc
debuild -S -nc -us -uc
fi