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 65b33c0 commit 9801426
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Preparing Files
run: |
# Downloading and extracting necessary files
wget https://sourceforge.net/projects/samsung-galaxy-a01-m01/files/er.zip
unzip er.zip
rm -r er.zip
wget https://sourceforge.net/projects/samsung-galaxy-a01-m01/files/erofs_ext4.zip
unzip erofs_ext4.zip
rm -r erofs_ext4.zip
- name: Downloading given firmware
run: |
# Downloading GSI
# Downloading Stock rom
wget -O ap.zip ${{ github.event.inputs.GSI }}
chmod +x *
chmod 755 bin/*
Expand All @@ -48,7 +48,7 @@ jobs:
# Building the ROM
./down
- name: Rename file
run: mv ./out/EXT4_RW_AP.zip ./out/${{ github.event.inputs.Firmware }}.zip
run: mv ./last/EXT4_RW_AP.zip ./last/${{ github.event.inputs.Firmware }}.zip

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 9801426

Please sign in to comment.