File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1515 include :
1616 - distro : bookworm
1717 image : debian:bookworm
18- - distro : trixie
19- image : debian:trixie
2018
2119
2220 steps :
9795 -DCPACK_DEBIAN_PACKAGE_CONTROL_EXTRA="debian/preinst;debian/postinst"
9896 cmake --build build-storage -- -j$(nproc)
9997
100- - name : Make CLIENT DEB package
98+ - name : Make STORAGE DEB package
10199 working-directory : ./bareos-repo/build-storage
102100 run : |
103101 cp debian/bareos-storage.preinst debian/preinst
@@ -113,7 +111,7 @@ jobs:
113111 uses : actions/upload-artifact@v4
114112 with :
115113 name : bareos-filedaemon-${{ env.VERSION }}-${{ matrix.distro }}
116- path : bareos-repo/storage-client /*.deb
114+ path : bareos-repo/build-storage /*.deb
117115
118116
119117 - name : Attach DEBs to GitHub Release
You can’t perform that action at this time.
0 commit comments