We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb9e62 commit 4bba693Copy full SHA for 4bba693
1 file changed
.github/workflows/Build-Kernel.yml
@@ -136,8 +136,9 @@ jobs:
136
sed -i "/${line:1}/d" .config ;;
137
esac
138
done < $difFile
139
- yes '' | make -j$(($(nproc)*2+1)) || true
140
- cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
+ # yes '' | make -j$(($(nproc)*2+1)) || true
+ # cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
141
+ echo "${{ matrix.config }}" > ../WSL2kernel_${{ matrix.config }}
142
143
- name: "👍 Upload Image as Artifact"
144
uses: actions/upload-artifact@v3
0 commit comments