From d951d1d2be327740f65af62a57b343184d0d160c Mon Sep 17 00:00:00 2001 From: tobimai Date: Sun, 2 Nov 2025 20:12:57 +0100 Subject: [PATCH] Test --- .gitea/workflows/on_push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/on_push.yaml b/.gitea/workflows/on_push.yaml index db06f34..2b3979e 100644 --- a/.gitea/workflows/on_push.yaml +++ b/.gitea/workflows/on_push.yaml @@ -18,7 +18,7 @@ jobs: - name: Run PlatformIO build for INA226 run: pio run -e ESP32_INA226 - name: Run PlatformIO build for SPIFFS (same in both platforms, so only one build is necessary) - run: pio run --target buildfs -e ESP32_INA233 + run: pwd && pio run --target buildfs -e ESP32_INA233 - name: Upload firmware binary for INA233 run: | VERSION=$(sed -n 's/#define current_software_version Version{[[:space:]]*\([0-9]\+\),[[:space:]]*\([0-9]\+\),[[:space:]]*\([0-9]\+\)}/\1.\2.\3/p' src/global_data/defines.h)