Skip to content

Commit

Permalink
Update convert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smiley9000 authored Feb 4, 2024
1 parent e955a23 commit ead8860
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,8 @@ jobs:
- name: Rename file
run: mv ./last/EXT4_RW_AP.zip ./last/${{ github.event.inputs.Firmware }}.zip

- name: Upload to Release
uses: softprops/action-gh-release@v1
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
files: |
last/${{ github.event.inputs.Firmware }}.zip
name: EXT4 RW for ${{ github.event.inputs.Firmware }}
tag_name: ${{ github.run_id }}
body: |
## RW EXT4 AP ${{ github.event.inputs.Firmware }}
Flash ${{ github.event.inputs.Firmware }} AP BL CP CSC according to your country the allow it to boot to android
Then flash ext4_rw_ap then format data
If you already in ${{ github.event.inputs.Firmware }} Just flash flashing ext4_rw_ap and format data
If you want to use magisk like patching boot.img , You have to use boot.img from ext4_rw_ap
name: EXT4_RW_AP
path: ./last/${{ github.event.inputs.Firmware }}.zip

0 comments on commit ead8860

Please sign in to comment.