Skip to content

Commit

Permalink
TEST10
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Dandan <[email protected]>
  • Loading branch information
carlodandan committed Jun 30, 2024
1 parent 6acf769 commit a29b6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ 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 vendor_boot.img |cut -f 1 -d ' ') --image vendor_boot-patched.img --key phh.pem --algorithm SHA256_RSA4096
python3 avbtool add_hash_footer --partition_name recovery --partition_size $(wc -c vendor_boot-patched.img |cut -f 1 -d ' ') --image vendor_boot-patched.img --key phh.pem --algorithm SHA256_RSA4096
mkdir output && cd output
mv ../vendor_boot-patched.img vendor_boot.img
tar cvf fastbootd-recovery.tar vendor_boot.img
- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/fastbootd-recovery.tar
files: output/fastbootd-recovery.tar
name: Patched-Recovery
tag_name: ${{ github.run_id }}
body: |
Expand Down

0 comments on commit a29b6fc

Please sign in to comment.