Skip to content

Commit

Permalink
improved release pkg output structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jan 14, 2024
1 parent 143ca9a commit 1ae1fa6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ build () {
cp $dir/firmware.bin "tmp/${flavor}_firmware.bin"
cp $dir/partitions.bin "tmp/${flavor}_partitions.bin"
done
zip -r ../../${OUTPUT} tmp/*.bin
rm -r tmp
cd ../..
cd tmp
zip -r ../../../${OUTPUT} *.bin
cd ../../..
rm -r $BUILD_DIR/tmp
echo ""
echo "***********************************************"
echo "************** Build done *********************"
Expand Down

0 comments on commit 1ae1fa6

Please sign in to comment.