Skip to content

Commit

Permalink
Update recovery.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagnervaz authored Oct 16, 2022
1 parent 6573ad7 commit 2243668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ 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.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
mkdir output && cd output
mv ../recovery-patched.img recovery.img
tar cvf fastbootd-recovery.tar recovery.img
- name: Upload Recovery
Expand Down

0 comments on commit 2243668

Please sign in to comment.