From a8a533e8075ea15d2583abc678cd14cd0a4ecfa1 Mon Sep 17 00:00:00 2001 From: Johx22 Date: Tue, 19 Apr 2022 16:10:38 +0300 Subject: [PATCH] r.img -> recovery.img --- .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 e495d2a..fe65a67 100644 --- a/.github/workflows/recovery.yml +++ b/.github/workflows/recovery.yml @@ -40,7 +40,7 @@ jobs: chmod a+x script2.sh ./script2.sh || true python3 avbtool extract_public_key --key phh.pem --output phh.pub.bin - python3 avbtool add_hash_footer --partition_name recovery --partition_size $(wc -c r.img |cut -f 1 -d ' ') --image recovery-patched.img --key phh.pem --algorithm SHA256_RSA4096 + python3 avbtool add_hash_footer --partition_name recovery --partition_size $(wc -c recovery.img |cut -f 1 -d ' ') --image recovery-patched.img --key phh.pem --algorithm SHA256_RSA4096 cd unpack mv ../recovery-patched.img recovery-fastbootd.img