Skip to content

Commit

Permalink
Update builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-x1 authored Dec 16, 2023
1 parent 1475b8a commit 91e2982
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ jobs:
git clone https://github.com/Exynos-nigg/lpunpack-lpmake-mirror.git lpbinary
cd lpbinary
bash install.sh
- name: Preparing Files
run: |
cd lpbinary/binary
wget ${{ github.event.inputs.VENDOR }}
wget https://sourceforge.net/projects/a03-files/files/product.img
wget https://sourceforge.net/projects/a03-files/files/system_ext.img
- name: Downloading Your GSI And Extracting
run: |
cd lpbinary/binary
Expand All @@ -58,6 +52,12 @@ jobs:
unxz *.xz
mv *.img ../system.img
cd ..
- name: Preparing Files
run: |
cd lpbinary/binary
wget ${{ github.event.inputs.VENDOR }}
wget https://sourceforge.net/projects/a03-files/files/product.img
wget https://sourceforge.net/projects/a03-files/files/system_ext.img
- name: Packing
run: |
cd lpbinary/binary
Expand Down

0 comments on commit 91e2982

Please sign in to comment.