We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feca91 commit 9b679fdCopy full SHA for 9b679fd
.github/workflows/build-client-deb.yml
@@ -43,13 +43,11 @@ jobs:
43
id: vars
44
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
45
- name: check work space
46
- run: ls $GITHUB_WORKSPACE/bareos-repo
+ run: ls -lisa $GITHUB_WORKSPACE/bareos-repo/build
47
- name: Build Bareos Client
48
- working-directory: ./bareos-repo
+ working-directory: ./bareos-repo/build
49
run: |
50
- ls
51
- cd ./build
52
+ ls -lisa
53
cmake -Dclient-only=ON \
54
-DCMAKE_INSTALL_PREFIX=/usr \
55
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \
0 commit comments