Skip to content

Commit 1e73508

Browse files
committed
Update build-client-deb.yml
1 parent 6dceddb commit 1e73508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ 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
40+
3941
- name: Extract version from tag
4042
id: vars
4143
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)