Skip to content

Commit c36535b

Browse files
committed
Update build-client-deb.yml
1 parent d69d6ae commit c36535b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,17 @@ jobs:
5555
cp ./build-client/debian/*.postinst ./build-client/debian/postinst 2>/dev/null || true
5656
chmod +x ./build-client/debian/preinst ./build-client/debian/postinst || true
5757
cmake --build build-client -- -j$(nproc)
58-
(cd build-client && cpack -G DEB)
58+
cd build-client
59+
cpack -G DEB
5960
echo "--- contents ---"
60-
ls -lisa *
61+
ls -lisa *.deb
6162
echo "--- end ---"
6263
6364
- name: Upload Filedaemon DEB
6465
uses: actions/upload-artifact@v4
6566
with:
6667
name: bareos-filedaemon-${{ env.VERSION }}
67-
path: bareos-repo/build-client/*filedaemon*.deb
68+
path: bareos-repo/build-client/*.deb
6869

6970
- name: Attach DEBs to GitHub Release
7071
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)