瀏覽代碼

another 1

TheWildJames 3 月之前
父節點
當前提交
6b7c755141
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/actions/build-kernel/action.yml

+ 2 - 0
.github/actions/build-kernel/action.yml

@@ -96,6 +96,8 @@ runs:
           cp "/home/runner/out/dist/Image" "${{ github.workspace }}/AnyKernel3/Bypass-Image"
         else
           cp "/home/runner/out/dist/Image" "${{ github.workspace }}/AnyKernel3/Image"
+          echo "Kernel Version:"
+          strings "/home/runner/out/dist/Image" | grep -m1 "^Linux version "
         fi
           exit 0
         fi