Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpsoted authored May 27, 2022
1 parent 1c1f602 commit fbb1f94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
PATH=~/bin:$PATH
cd ${{ steps.pwd.outputs.pwd }}
python3 -m twrpdtgen -o device/ *.img
- name: ZIP device tree
run: |
PATH=~/bin:$PATH
cd ${{ steps.pwd.outputs.pwd }}
zip -r DeviceTree.zip ./device
- name: Start build recovery
run: |
Expand All @@ -107,6 +113,7 @@ jobs:
with:
files: |
workspace/out/target/product/${{ github.event.inputs.DEVICE_NAME }}/recovery.img
workspace/DeviceTree.zip
name: TWRP_Device_Tree-${{ github.run_id }}
tag_name: ${{ github.run_id }}
body: DeviceTree for twrp
Expand Down

0 comments on commit fbb1f94

Please sign in to comment.