diff --git a/.github/workflows/recovery.yml b/.github/workflows/recovery.yml index cc8740f5..a1724c89 100644 --- a/.github/workflows/recovery.yml +++ b/.github/workflows/recovery.yml @@ -37,7 +37,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 recovery.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 r-patched.img --key phh.pem --algorithm SHA256_RSA4096 mkdir output && cd output mv ../r-patched.img recovery.img tar cvf fastbootd-recovery.tar recovery.img