Skip to content

Commit 6740890

Browse files
committed
Update build-client-deb.yml
1 parent cce7334 commit 6740890

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
id: vars
4343
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
4444
- name: Build Bareos Client
45-
working-directory: bareos-repo/build
45+
working-directory: ./bareos-repo
4646
run: |
47+
cd build
4748
cmake -Dclient-only=ON \
4849
-DCMAKE_INSTALL_PREFIX=/usr \
4950
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \

0 commit comments

Comments
 (0)