We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2a084 commit a88dfb9Copy full SHA for a88dfb9
.github/workflows/debos.yml
@@ -75,7 +75,7 @@ jobs:
75
if [ "${{ inputs.mainline_kernel }}" = true ]; then
76
mkdir -v local-apt-repo/linux-deb-latest
77
# get the kernel deb from the fileserver space for downloads
78
- cp -av "${fileserver_downloads}"/*.deb \
+ cp -av "${fileserver_downloads}"/linux-deb-latest/*.deb \
79
local-apt-repo/linux-deb-latest
80
fi
81
# create a minimal APT configuration
0 commit comments