Skip to content

Commit 8c825d5

Browse files
committed
Update build-client-deb.yml
1 parent b544e5b commit 8c825d5

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
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: ./bareos-repo
4545
run: |
4646
echo install\(FILES "build-client/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
47-
echo set\(CPACK_DEBIAN_CLIENT_PACKAGE_NAME "bareos-client"\) >>CMakeLists.txt
47+
echo set\(CPACK_PACKAGE_FILE_NAME "bareos-fd-${CPACK_PACKAGE_VERSION}"\) >>CMakeLists.txt
4848
mkdir build-client
4949
cmake -S . -B build-client -Dclient-only=ON \
5050
-DCMAKE_INSTALL_PREFIX=/usr \

0 commit comments

Comments
 (0)