CI change

This commit is contained in:
2025-07-26 17:43:27 +02:00
parent 268c972953
commit 232a522cc2

View File

@@ -21,11 +21,11 @@ jobs:
- name: Install PlatformIO Core - name: Install PlatformIO Core
run: pip install --upgrade platformio run: pip install --upgrade platformio
- name: Build only esp32thing - name: Build only esp32thing_CI
run: pio run -e esp32thing run: pio run -e esp32thing_CI
- name: Rename firmware - name: Rename firmware
run: cp .pio/build/esp32thing/firmware.bin firmware.bin run: cp .pio/build/esp32thing_CI/firmware.bin firmware.bin
- name: Create GitHub Release - name: Create GitHub Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2