Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jan 10, 2025
1 parent 5d7cbdf commit f372b0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ jobs:
pmbootstrap export
ls /tmp/postmarketOS-export/
cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-tianma-miatoll.img
cp /tmp/postmarketOS-export/*xiaomi*.img out/
# for case without "--split", the resulting file is xiaomi.img
cp /tmp/postmarketOS-export/*xiaomi*.img out/ || true
# for case with split, the result file is xiaomi-root.img
cp /tmp/postmarketOS-export/*xiaomi-*.img out/ || true
#sed -i 's/tianma/huaxing/g' ~/.config/pmbootstrap_v3.cfg
#pmbootstrap export
#cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-huaxing-miatoll.img
Expand Down

0 comments on commit f372b0f

Please sign in to comment.