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 @@ -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
You can’t perform that action at this time.
0 commit comments