Skip to content

Commit 59daa57

Browse files
committed
Update build-client-deb.yml
1 parent da521b6 commit 59daa57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libssl3, zlib1g, libacl1, liblzo2-2, libjansson4, libreadline8" \
5252
-DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="debian/preinst;debian/postinst"
5353
# copie des scripts pre/postinst si dispo
54-
cp ./debian/*.preinst ./debian/preinst 2>/dev/null || true
55-
cp ./debian/*.postinst ./debian/postinst 2>/dev/null || true
56-
chmod +x ./debian/preinst ./debian/postinst || true
54+
cp ./build-client/debian/*.preinst ./build-client/debian/preinst 2>/dev/null || true
55+
cp ./build-client/debian/*.postinst ./build-client/debian/postinst 2>/dev/null || true
56+
chmod +x ./build-client/debian/preinst ./build-client/debian/postinst || true
5757
cmake --build build-client -- -j$(nproc)
5858
(cd build-client && cpack -G DEB)
59-
ls -lh *.deb
59+
ls -lh *
6060
6161
- name: Upload Filedaemon DEB
6262
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)