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 f372b0f commit 5e4fd2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ jobs:
pmbootstrap config extra_packages adbd-linux
pmbootstrap install --password 147147 --split
pmbootstrap export
ls /tmp/postmarketOS-export/
ls /tmp/postmarketOS-export/ -la
cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-tianma-miatoll.img
# for case without "--split", the resulting file is xiaomi.img
cp /tmp/postmarketOS-export/*xiaomi*.img out/ || true
cp /tmp/postmarketOS-export/*miatoll*.img out/ || true
# for case with split, the result file is xiaomi-root.img
cp /tmp/postmarketOS-export/*xiaomi-*.img out/ || true
cp /tmp/postmarketOS-export/*miatoll-*.img out/ || true
#sed -i 's/tianma/huaxing/g' ~/.config/pmbootstrap_v3.cfg
#pmbootstrap export
Expand Down

0 comments on commit 5e4fd2c

Please sign in to comment.