Skip to content

Commit

Permalink
Don't save files as recovery.img
Browse files Browse the repository at this point in the history
Because it causes an issue with lz4 decompression as the files are saved as recovery.img and not as recovery.img.lz4
  • Loading branch information
Johx22 authored Jun 7, 2022
1 parent 8c105c8 commit 7952d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ls
pwd
wget -O recovery.img ${{github.event.inputs.RECOVERY_URL }}
wget ${{github.event.inputs.RECOVERY_URL }}
- name: Patch Process-1
run: |
Expand Down

0 comments on commit 7952d6f

Please sign in to comment.