Skip to content

Commit 2d95c4e

Browse files
committed
Update build-client-deb.yml
1 parent 1d5a19c commit 2d95c4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,18 @@ jobs:
3636
git fetch --all
3737
git checkout Release/24.0.4 # ex: Release/24.0.4
3838
echo install\(FILES "${CMAKE_BINARY_DIR}/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
39-
mkdir build
39+
mkdir ./build
4040
4141
- name: Extract version from tag
4242
id: vars
4343
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
4444
- name: check work space
45-
run: find $GITHUB_WORKSPACE
45+
run: ls $GITHUB_WORKSPACE/bareos-repo
4646
- name: Build Bareos Client
47-
working-directory: ./bareos-repo
47+
working-directory: ./bareos-repo/build
4848
run: |
4949
cd build
50+
ls
5051
cmake -Dclient-only=ON \
5152
-DCMAKE_INSTALL_PREFIX=/usr \
5253
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \

0 commit comments

Comments
 (0)