File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,10 +190,6 @@ jobs:
190190 KERNEL_VERSION=$(jq .version -r kernels.json)
191191 BUILD_VERSION="${KERNEL_VERSION}-${APP_VERSION}"
192192 echo "BUILD_VERSION=${BUILD_VERSION}" >> $GITHUB_ENV
193- find artifacts/ -name "WSL*" | while read f; do
194- mv "$f" "${f}_${KERNEL_VERSION}"
195- done
196- mv artifacts/*/WSL* .
197193 ls -1 *.dif | sed "s|\..*||g" | while read c; do
198194 cp "artifacts/${c}/WSL2kernel_${c}" "WSL2kernel_${c}_${KERNEL_VERSION}"
199195 description=$(head -1 "${c}.dif" | sed "s|\r||")
@@ -209,7 +205,6 @@ jobs:
209205 kernels.json
210206 7z l "WSL2kernel_${BUILD_VERSION}.zip"
211207
212-
213208 - name : " 👍 Upload Artifact"
214209 uses : actions/upload-artifact@v3
215210 if : env.CANCEL != 'true' && github.event.inputs.release == 'Artifact'
@@ -220,7 +215,6 @@ jobs:
220215 body.txt
221216 artifacts/*/src/.config
222217
223-
224218 - name : " 🎉 Publish a new release"
225219 uses : softprops/action-gh-release@v0.1.15
226220 # WARNING: before useing this action go to https://github.com/OWNER/REPO/settings/actions
You can’t perform that action at this time.
0 commit comments