Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Dec 6, 2023
1 parent 07ae06f commit 7f221d9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
pmbootstrap -v install --password 147147 --no-sparse --split
pmbootstrap export
cp /tmp/postmarketOS-export/* out/
cp linux/arch/arm64/boot/Image.gz out/
cp linux/arch/arm64/boot/dts/qcom/sm7125*.dtb out/
xz -T0 -9e -v out/*.img
ls -la out/
echo -e "n\nn\ny\n" | pmbootstrap zap
Expand All @@ -86,8 +84,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: xiaomi-miatoll-${{ matrix.version }}
path: |
out/*miatoll*.img*
out/Image.gz
out/*.dtb
path: out/*miatoll*.img*
retention-days: 7

0 comments on commit 7f221d9

Please sign in to comment.