Skip to content

Commit 34a9df5

Browse files
committed
Update build-client-deb.yml
1 parent 31f42aa commit 34a9df5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
include:
1616
- distro: bookworm
1717
image: debian:bookworm
18-
- distro: trixie
19-
image: debian:trixie
2018

2119

2220
steps:
@@ -97,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)