Skip to content

Commit

Permalink
Add md5 checksum to output file
Browse files Browse the repository at this point in the history
  • Loading branch information
dan committed Oct 19, 2023
1 parent eb57c71 commit 5ac16f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
mkdir output && cd output
mv ../recovery-patched.img recovery.img
tar cvf fastbootd-recovery.tar recovery.img
md5sum -t fastbootd-recovery.tar >> fastbootd-recovery.tar
mv fastbootd-recovery.tar fastbootd-recovery.tar.md5
- name: Upload Recovery
uses: actions/[email protected]
with:
path: /home/runner/work/Patch-Recovery/Patch-Recovery/output/*.tar
path: /home/runner/work/Patch-Recovery/Patch-Recovery/output/*.md5
name: Patched-Recovery

1 comment on commit 5ac16f7

@Slickrickybobby
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.