Skip to content

Commit 2610499

Browse files
authored
fix
1 parent 753d0c5 commit 2610499

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: env.CANCEL != 'true'
108108
run: |
109109
cd kernel
110-
yes '' | make -j$(($(nproc)*2+1)) KCONFIG_CONFIG=Microsoft/config-wsl
110+
yes '' | make -j$(($(nproc)*2+1)) KCONFIG_CONFIG=Microsoft/config-wsl || exit 0
111111
112112
- name: "📦 Create Package"
113113
if: env.CANCEL != 'true'
@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/upload-artifact@v3
129129
if: env.CANCEL != 'true' && github.event.inputs.release == 'Artifact'
130130
with:
131-
name: ${{ env.VERSION }}
131+
name: ${{ env.KERNEL_VERSION }}
132132
path: |
133133
*.7z
134134
@@ -141,7 +141,7 @@ jobs:
141141
env:
142142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143143
with:
144-
tag_name: ${{ env.VERSION }}
144+
tag_name: ${{ env.KERNEL_VERSION }}
145145
body_path: $body
146146
files: |
147147
*.7z

0 commit comments

Comments
 (0)