From 1f9846cff6f7eb96dedce5a7f5b2e2d39e71df61 Mon Sep 17 00:00:00 2001 From: Jinna Kiisuo Date: Fri, 29 Dec 2023 01:47:20 +0200 Subject: [PATCH] Build the kanidm cli tools deb as well (#2402) Co-authored-by: Jinna Kiisuo --- .github/workflows/debian_package_kanidm.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' }}