Skip to content

Commit 9b679fd

Browse files
committed
Update build-client-deb.yml
1 parent 7feca91 commit 9b679fd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ jobs:
4343
id: vars
4444
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
4545
- name: check work space
46-
run: ls $GITHUB_WORKSPACE/bareos-repo
46+
run: ls -lisa $GITHUB_WORKSPACE/bareos-repo/build
4747
- name: Build Bareos Client
48-
working-directory: ./bareos-repo
48+
working-directory: ./bareos-repo/build
4949
run: |
50-
ls
51-
cd ./build
52-
ls
50+
ls -lisa
5351
cmake -Dclient-only=ON \
5452
-DCMAKE_INSTALL_PREFIX=/usr \
5553
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \

0 commit comments

Comments
 (0)