Skip to content

Commit 495c068

Browse files
committed
Update build-client-deb.yml
1 parent ff633ea commit 495c068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cmake -Dclient-only=ON \
4343
-DCMAKE_INSTALL_PREFIX=/usr \
4444
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \
45-
-DCPACK_PACKAGE_VERSION=${{ github.ref_name##*/ }} \
45+
-DCPACK_PACKAGE_VERSION=${{ github.ref_name.replace('Release/', '') }} \
4646
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="Libertech <contact@libertech.fr>" \
4747
-DCPACK_DEBIAN_PACKAGE_DEPENDS="libssl3, zlib1g, libacl1, liblzo2-2, libjansson4, libreadline8" \
4848
-DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="$(pwd)/debian/preinst;$(pwd)/debian/postinst" \

0 commit comments

Comments
 (0)