Skip to content

Commit

Permalink
TEST8
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 29d6325 commit 5870bfc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ jobs:
md5sum -t fastbootd-recovery.tar >> fastbootd-recovery.tar
mv fastbootd-recovery.tar fastbootd-recovery.tar.md5
- name: Upload Recovery
uses: actions/[email protected]
- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
path: /home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
name: Patched-Recovery
tag_name: ${{ github.run_id }}
body: |
## PATCHED RECOVERY

0 comments on commit 5870bfc

Please sign in to comment.