Skip to content

Commit 0799a66

Browse files
committed
Update build-client-deb.yml
1 parent 5367547 commit 0799a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
echo "=== cmake ==="
5555
cmake -S . -B build -Dclient-only=ON \
5656
-DCMAKE_INSTALL_PREFIX=/usr \
57-
-DCPACK_PACKAGE_CONTACT="Libertech \<contact@libertech.fr\>" \
58-
-DCPACK_PACKAGE_VERSION=24.0.4 \
59-
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="Libertech \<contact@libertech.fr\>" \
57+
-DCPACK_PACKAGE_CONTACT="contact@libertech.fr" \
58+
-DCPACK_PACKAGE_VERSION="24.0.4" \
59+
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="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"
6262
make -j$(nproc)

0 commit comments

Comments
 (0)