workflow: remove unnecessary data and SPIFFS change checks from release workflows

This commit is contained in:
2025-02-22 09:47:15 +01:00
parent 7e53e1ccb0
commit e8e5c0bd3d
2 changed files with 1 additions and 23 deletions

View File

@ -42,7 +42,7 @@ jobs:
# Create SPIFFS binary with magic byte
echo -ne '\xEA' > .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
cat .pio.build/esp32dev/spiffs.bin >> .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
cat .pio/build/esp32dev/spiffs.bin >> .pio/build/esp32dev/upgrade_filaman_website_v${VERSION}.bin
# Create full binary
(cd .pio/build/esp32dev &&