forked from chongshengB/Padavan-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Padavan-build说明 | ||
现在不需要新建Release了,已经更改了脚本,直接fork,修改好之后,点击右上角的 Star 星星按钮即可开始自动编译(自己点击才会编译)。 | ||
步骤 | ||
|
||
0.点击右上角的Fork按钮,进入自己fork后的仓库。 | ||
|
||
1.修改/workflows/build-padavan.yml里的插件与机型。修改TNAME: K2P 中的K2P为需要编译的型号,注意名称要与configs/templates/目录下的名字 相同。 | ||
|
||
修改后commit changes保存。 | ||
|
||
2.点击页面上部的Actions按钮,点击I understand my workflows,go ahead and enable them绿色按钮启用action。 | ||
|
||
3.点击右上角的 Star 星星按钮即可开始自动编译(自己点击才会编译)。修改配置后若需再次编译,先点击Star取消Star后,再点击Star即可重新编译。 | ||
|
||
编译完成后在Actions页面底部下载固件。 |