File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments