diff --git a/.github/workflows/debian_package_kanidm.yml b/.github/workflows/debian_package_kanidm.yml index 5e49ef9f1..698a99c48 100644 --- a/.github/workflows/debian_package_kanidm.yml +++ b/.github/workflows/debian_package_kanidm.yml @@ -47,6 +47,8 @@ jobs: run: cargo install wasm-pack - name: Build packages (kanidm-unixd) run: make -f platform/debian/Makefile debs/kanidm-unixd + - name: Build packages (kanidm cli) + run: make -f platform/debian/Makefile debs/kanidm - name: Upload debs uses: actions/upload-artifact@v4 @@ -75,4 +77,4 @@ jobs: prerelease: true title: ".deb Packages" files: "*.deb" - if: ${{ github.ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' }} \ No newline at end of file + if: ${{ github.ref == 'refs/heads/master' && github.repository == 'kanidm/kanidm' }}