Skip to content

Commit 5870bfc

Browse files
committed
TEST8
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
1 parent 29d6325 commit 5870bfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/recovery.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ jobs:
4646
md5sum -t fastbootd-recovery.tar >> fastbootd-recovery.tar
4747
mv fastbootd-recovery.tar fastbootd-recovery.tar.md5
4848
49-
- name: Upload Recovery
50-
uses: actions/upload-artifact@v3.0.0
49+
- name: Upload to Release
50+
uses: softprops/action-gh-release@v1
5151
with:
52-
path: /home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
52+
files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
5353
name: Patched-Recovery
54+
tag_name: ${{ github.run_id }}
55+
body: |
56+
## PATCHED RECOVERY

0 commit comments

Comments
 (0)