Skip to content

Commit 3a1f8b6

Browse files
committed
Update build-client-deb.yml
1 parent 39b85b7 commit 3a1f8b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@ jobs:
5959
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="Libertech <contact@libertech.fr>" \
6060
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libssl3, zlib1g, libacl1, liblzo2-2, libjansson4, libreadline8" \
6161
-DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="debian/preinst;debian/postinst" ..
62-
# Copier scripts Debian
62+
make -j$(nproc)
63+
- name: Make DEB package
64+
working-directory: ./bareos-repo/build
65+
run: |
6366
cp ./debian/bareos-filedaemon.preinst ./debian/preinst
6467
cp ./debian/bareos-filedaemon.postinst ./debian/postinst
6568
chmod +x ./debian/preinst ./debian/postinst
66-
make -j$(nproc)
6769
cpack -G DEB
68-
6970
- name: Upload DEB as artifact
7071
uses: actions/upload-artifact@v4
7172
with:

0 commit comments

Comments
 (0)