Skip to content

Commit 1c1f602

Browse files
authored
Update blank.yml
1 parent 1126eeb commit 1c1f602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,13 @@ jobs:
8383
- name: Download boot or recovery img
8484
run: |
8585
PATH=~/bin:$PATH
86+
cd ${{ steps.pwd.outputs.pwd }}
8687
wget ${{ github.event.inputs.IMG_URL }}
8788
8889
- name: Start build device tree
8990
run: |
9091
PATH=~/bin:$PATH
92+
cd ${{ steps.pwd.outputs.pwd }}
9193
python3 -m twrpdtgen -o device/ *.img
9294
9395
- name: Start build recovery

0 commit comments

Comments
 (0)