Skip to content

Commit

Permalink
fix: Kernel version not set correctly in package
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Vorwerk <info@fossores.de>
  • Loading branch information
FossoresLP committed Nov 14, 2020
1 parent 10ec104 commit 86c5307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
run: |
apt update
apt install -y kmod
export KERNEL=$(modinfo -F vermagic module/src/wireguard.ko | cut -d ' ' -f 1)
export KERNEL=$(modinfo -F vermagic wireguard.ko | cut -d ' ' -f 1)
mkdir -p pkg/usr/bin pkg/lib/modules/$KERNEL/kernel/net
cp -r debian pkg/DEBIAN
cp -r opt pkg/opt
Expand Down

0 comments on commit 86c5307

Please sign in to comment.