Skip to content

Commit 6607130

Browse files
authored
test
1 parent 2610499 commit 6607130

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)