Skip to content

Commit 6acf769

Browse files
committedJun 30, 2024
TEST8
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
1 parent 5870bfc commit 6acf769

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/recovery.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ jobs:
4343
mkdir output && cd output
4444
mv ../vendor_boot-patched.img vendor_boot.img
4545
tar cvf fastbootd-recovery.tar vendor_boot.img
46-
md5sum -t fastbootd-recovery.tar >> fastbootd-recovery.tar
47-
mv fastbootd-recovery.tar fastbootd-recovery.tar.md5
4846
4947
- name: Upload to Release
5048
uses: softprops/action-gh-release@v1
5149
with:
52-
files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
50+
files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/fastbootd-recovery.tar
5351
name: Patched-Recovery
5452
tag_name: ${{ github.run_id }}
5553
body: |

0 commit comments

Comments
 (0)
Please sign in to comment.