We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5870bfc commit 6acf769Copy full SHA for 6acf769
.github/workflows/recovery.yml
@@ -43,13 +43,11 @@ jobs:
43
mkdir output && cd output
44
mv ../vendor_boot-patched.img vendor_boot.img
45
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
48
49
- name: Upload to Release
50
uses: softprops/action-gh-release@v1
51
with:
52
- files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/*.md5
+ files: home/runner/work/Patch-Recovery-VB/Patch-Recovery-VB/output/fastbootd-recovery.tar
53
name: Patched-Recovery
54
tag_name: ${{ github.run_id }}
55
body: |
0 commit comments