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 1126eeb commit 1c1f602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ jobs:
- name: Download boot or recovery img
run: |
PATH=~/bin:$PATH
cd ${{ steps.pwd.outputs.pwd }}
wget ${{ github.event.inputs.IMG_URL }}
- name: Start build device tree
run: |
PATH=~/bin:$PATH
cd ${{ steps.pwd.outputs.pwd }}
python3 -m twrpdtgen -o device/ *.img
- name: Start build recovery
Expand Down

0 comments on commit 1c1f602

Please sign in to comment.