diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c50539f5..30586889 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,8 +40,8 @@ jobs: pip install --upgrade platformio - name: Build Firmware - run: echo "Testing... ${{ github.ref_name }}, ${{ steps.vars.outputs.sha_short }}" > ./sd-card/html/version.txt; mkdir -p ./code/.pio/build/esp32cam/; cd ./code/.pio/build/esp32cam/; echo "${{ steps.vars.outputs.sha_short }}" > firmware.bin; cp firmware.bin partitions.bin; cp firmware.bin bootloader.bin # Testing - #run: cd code; platformio run --environment esp32cam + #run: echo "Testing... ${{ github.ref_name }}, ${{ steps.vars.outputs.sha_short }}" > ./sd-card/html/version.txt; mkdir -p ./code/.pio/build/esp32cam/; cd ./code/.pio/build/esp32cam/; echo "${{ steps.vars.outputs.sha_short }}" > firmware.bin; cp firmware.bin partitions.bin; cp firmware.bin bootloader.bin # Testing + run: cd code; platformio run --environment esp32cam - name: Store generated files in cache uses: actions/cache@v3 diff --git a/Changelog.md b/Changelog.md index 3bcc7023..41a2b3e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Home Assistant Discovery Support **Make sure to read the instructions below carfully!**. - + 1. Backup your configuration (use the `System -> Backup/Restore` page)! 1. You should update to `12.0.1` before you update to this release. All other migrations are not tested. 1. Upload and update the `update-*.zip` file from this release.