1 自动发布
JackA1ltman edited this page 2026-04-04 23:24:57 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

自动发布

利用 Action 构建内核 · 可选配置

编译的内核默认不会自动发布,需通过以下配置实现。

修改 build-kernel.yml

jobs: 下方按如下格式追加你的 workflow

jobs:
  你的yml文件名:
    name: 预期的CI执行名称
    uses: ./.github/workflows/你的yml文件名.yml

修改 build-release.yml可选

若希望展示明确的设备支持列表,找到 RELEASE_NOTES: 并按列表样式添加设备信息,Supported_list.md 同理。

推送更改

git add .
git commit -m "Add auto release config"
git push