Skip to content

Commit d69d6ae

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
chmod +x ./build-client/debian/preinst ./build-client/debian/postinst || true
5757
cmake --build build-client -- -j$(nproc)
5858
(cd build-client && cpack -G DEB)
59-
ls -lh *
59+
echo "--- contents ---"
60+
ls -lisa *
61+
echo "--- end ---"
6062
6163
- name: Upload Filedaemon DEB
6264
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)