Skip to content

Commit a88dfb9

Browse files
committed
fixup: missing fileserver dir component
Signed-off-by: Loïc Minier <[email protected]>
1 parent 9b2a084 commit a88dfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if [ "${{ inputs.mainline_kernel }}" = true ]; then
7676
mkdir -v local-apt-repo/linux-deb-latest
7777
# get the kernel deb from the fileserver space for downloads
78-
cp -av "${fileserver_downloads}"/*.deb \
78+
cp -av "${fileserver_downloads}"/linux-deb-latest/*.deb \
7979
local-apt-repo/linux-deb-latest
8080
fi
8181
# create a minimal APT configuration

0 commit comments

Comments
 (0)