Updated some content

橙狐 OFRP 編譯測試通過
This commit is contained in:
Aizawa Hikaru 2021-10-29 15:22:11 +08:00
parent ec1802921f
commit e7587c2614
2 changed files with 5 additions and 4 deletions

View File

@ -103,8 +103,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
name: ${{ github.event.inputs.DEVICE_NAME }}
name: ${{ github.event.inputs.DEVICE_NAME }}-${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: TWRP Recovery for ${{ github.event.inputs.DEVICE_NAME }}
body: Recovery for ${{ github.event.inputs.DEVICE_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -7,6 +7,7 @@
- 优化制作逻辑,简化流程、增强兼容性
- 优化制作体验,重写参数传递方式,方便使用
- 重写 README.md
- 完全重构使用逻辑,降低使用难度
- 支持 OrangeFox、SHRP 等的制作 (试验型功能)
```
@ -15,9 +16,9 @@
## 参数说明
| 名称 | 描述 | 示例 |
| ------------ | ------------ | ------------ |
| ------------ | ---------------- | ------------ |
| `LIBRARY_NAME` | 使用的源码类型 | omni |
| `LIBRARY_URL` | 使用的源码地址 | git://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git |
| `LIBRARY_URL` | 使用的源码地址 | https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni.git |
| `LIBRARY_BRANCH` | 使用的源码分支 | twrp-9.0 |
| `DEVICE_URL` | 使用的设备树地址 | https://github.com/azwhikaru/twrp_device_xiaomi_archytas |
| `DEVICE_BRANCH` | 使用的设备树分支 | twrp-9.0 |