|
|
@@ -201,11 +201,16 @@ jobs:
|
|
|
files: |
|
|
|
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/obj/PACKAGING/vendor_ramdisk_fragments_intermediates/recovery.*
|
|
|
OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/ramdisk-recovery.*
|
|
|
- name: ${{ github.event.inputs.DEVICE_NAME }} (TWRP)
|
|
|
+ name: Unofficial OrangeFox for ${{ github.event.inputs.DEVICE_NAME }} // ${{ env.BUILD_DATE }}
|
|
|
tag_name: ${{ github.run_id }}
|
|
|
body: |
|
|
|
- Manifest: ${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
|
- Target: ${{ github.event.inputs.BUILD_TARGET}}.img
|
|
|
+ Target: ${{ env.RECOVERY_TYPE }}.img
|
|
|
+ Build: ${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
|
+ Device: [Device Tree/Branch](${{ github.event.inputs.DEVICE_TREE }}/tree/${{ github.event.inputs.DEVICE_TREE_BRANCH }})
|
|
|
+ Commit: Most recent [commit](${{ github.event.inputs.DEVICE_TREE }}/commit/${{ env.COMMIT_ID }}) during building.
|
|
|
+ MD5 (img): ${{ env.MD5_IMG }}
|
|
|
+ MD5 (zip): ${{ env.MD5_ZIP }}
|
|
|
+ MD5 (tar): ${{ env.MD5_TAR }}
|
|
|
|
|
|
- name: Run LDCheck
|
|
|
run: |
|