also build and release .deb file via GitHub Actions

(second attempt)
This commit is contained in:
Sebastian Stenzel
2022-02-28 12:09:07 +01:00
parent ccf4b9c4f2
commit 7096265fed

View File

@@ -241,7 +241,9 @@ jobs:
GPG_PRIVATE_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
- name: debuild
run: debuild -S -sa -d
run: |
debuild -S -sa -d
debuild -b -sa -d
env:
DEBSIGN_PROGRAM: gpg --batch --pinentry-mode loopback
DEBSIGN_KEYID: 615D449FE6E6A235