Browse Source

also build and release .deb file via GitHub Actions
(second attempt)

Sebastian Stenzel 3 years ago
parent
commit
7096265fed
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/release.yml

+ 3 - 1
.github/workflows/release.yml

@@ -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