From 7952d6f69e02570f1589b07fb65865cf70221146 Mon Sep 17 00:00:00 2001 From: Johann <88674706+Johx22@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:47:03 +0300 Subject: [PATCH] Don't save files as recovery.img Because it causes an issue with lz4 decompression as the files are saved as recovery.img and not as recovery.img.lz4 --- .github/workflows/recovery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recovery.yml b/.github/workflows/recovery.yml index a779e04..a60825f 100644 --- a/.github/workflows/recovery.yml +++ b/.github/workflows/recovery.yml @@ -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: |