Skip to content

Commit fc6736c

Browse files
authored
Update kbuild.yml
1 parent 26b62db commit fc6736c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cp .config kext/
4646
# copy firmware if necessary
4747
if [ ! -f "fw" ]; then
48-
rsync -av fw/ kext/
48+
rsync -av fw kext/
4949
fi
5050
cd kext
5151

0 commit comments

Comments
 (0)