Skip to content

Commit edc5d56

Browse files
committed
Update build-client-deb.yml
1 parent d93c39a commit edc5d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git fetch --all
3737
git checkout Release/24.0.4 # ex: Release/24.0.4
38-
echo install\(FILES "./debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
38+
echo install\(FILES "build/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
3939
mkdir ./build
4040
ls
4141
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build Bareos Client
4646
working-directory: ./bareos-repo
4747
run: |
48-
cmake -S . -B build -Dclient-only=ON -Dwebui=OFF\
48+
cmake -S . -B build -Dclient-only=ON \
4949
-DCMAKE_INSTALL_PREFIX=/usr \
5050
-DCPACK_PACKAGE_CONTACT="contact@libertech.fr" \
5151
-DCPACK_PACKAGE_VERSION="24.0.4" \

0 commit comments

Comments
 (0)