Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent 633388d commit 0c7f7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pmbootstrap build firmware-xiaomi-miatoll
pmbootstrap -v --mirror-alpine "http://dl-cdn.alpinelinux.org/alpine/" install --password 147147 --no-sparse --split
pmbootstrap export out_raw/
cp -L out_raw/ out/
cp -L out_raw/* out/
xz -T0 -9e -v out/*.img
ls -la out/
echo -e "n\nn\ny\n" | pmbootstrap zap
Expand Down

0 comments on commit 0c7f7d5

Please sign in to comment.