File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ jobs:
112112 - name : " 📦 Create Package"
113113 if : env.CANCEL != 'true'
114114 run : |
115- cd kernel
116115 ############################
117116 ## ##
118117 ## CREATE PACKAGE ##
119118 ## ##
120119 ############################
120+ cd kernel
121121 KERNEL_VERSION=$(make kernelversion)
122- echo "KERNEL_VERSION=$KERNEL_VERSION" >> $GITHUB_ENV
123- cp ../install.ps1
122+ echo "KERNEL_VERSION=$KERNEL_VERSION" >> $GITHUB_ENV
123+ cp ../install.ps1 .
124124 cp arch/x86/boot/bzImage WSLk_${KERNEL_VERSION}
125125 7z a -aoa -- "../WSLkernel_${KERNEL_VERSION}.7z" install.ps1 WSLk*
126126
@@ -142,7 +142,7 @@ jobs:
142142 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
143143 with :
144144 tag_name : ${{ env.KERNEL_VERSION }}
145- body_path : $ body
145+ body_path : /home/runner/ body.txt
146146 files : |
147147 *.7z
148148
You can’t perform that action at this time.
0 commit comments