File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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>" \
You can’t perform that action at this time.
0 commit comments