mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Build the kanidm cli tools deb as well (#2402)
Co-authored-by: Jinna Kiisuo <jinna+git@nocturnal.fi>
This commit is contained in:
parent
7f27a6fcd9
commit
1f9846cff6
2
.github/workflows/debian_package_kanidm.yml
vendored
2
.github/workflows/debian_package_kanidm.yml
vendored
|
@ -47,6 +47,8 @@ jobs:
|
||||||
run: cargo install wasm-pack
|
run: cargo install wasm-pack
|
||||||
- name: Build packages (kanidm-unixd)
|
- name: Build packages (kanidm-unixd)
|
||||||
run: make -f platform/debian/Makefile debs/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
|
- name: Upload debs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|
Loading…
Reference in a new issue