Skip to content

Commit

Permalink
workflow: fix build OTA package error
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraKyuo committed Dec 18, 2024
1 parent 9f9af91 commit 83c6513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 59 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bomb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
rm -rf system
xxd -r bin/hex1 > IMAGES/my_company.img
xxd -r bin/hex2 > IMAGES/my_preload.img
ls IMAGES/*.img > META/ab_partitions.txt
sed -i 's/IMAGES\///g' META/ab_partitions.txt
sed -i 's/.img//g' META/ab_partitions.txt
./repackZip.sh
split -b 1900M --numeric-suffixes --suffix-length=2 output/OTA.zip rom.z
echo "cat $(ls rom.z* | tr '\n' ' ') > newrom.zip" > Merge.sh
Expand Down
50 changes: 0 additions & 50 deletions META/ab_partitions.txt

This file was deleted.

9 changes: 0 additions & 9 deletions META/postinstall_config.txt

This file was deleted.

0 comments on commit 83c6513

Please sign in to comment.