Skip to content

Commit ee091d2

Browse files
committed
Update build-client-deb.yml
1 parent ad3f32b commit ee091d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
- name: check work space
4646
run: ls $GITHUB_WORKSPACE/bareos-repo
4747
- name: Build Bareos Client
48-
working-directory: ./bareos-repo/build
48+
working-directory: ./bareos-repo
4949
run: |
50-
ls
50+
ls
51+
cd ./build
5152
cmake -Dclient-only=ON \
5253
-DCMAKE_INSTALL_PREFIX=/usr \
5354
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \

0 commit comments

Comments
 (0)