fix initial release.zip

This commit is contained in:
Frank Haverland
2022-09-25 16:15:40 +02:00
parent f7df03f0c0
commit 6f9d21fc21
2 changed files with 1 additions and 4 deletions

View File

@@ -230,8 +230,7 @@ jobs:
cp -f "./code/.pio/build/esp32cam/firmware.bin" "firmware/firmware.bin"
cp -f "./code/.pio/build/esp32cam/bootloader.bin" "firmware/bootloader.bin"
cp -f "./code/.pio/build/esp32cam/partitions.bin" "firmware/partitions.bin"
cd sd-card
zip -r ../release/html.zip html
zip -r ./firmware/sd-card.zip sd-card
# create a update.zip like "update__rolling"
cd ../dist
zip -r ../release/update.zip .

View File

@@ -2,8 +2,6 @@
## [Unreleased]
## [11.4.2] - 2022-09-25
### Added
- automatic release creation