Fix binary path

This commit is contained in:
Jaakko Haakana 2025-06-18 21:21:55 +03:00
parent 71e30a01ee
commit b88dc219c7

View file

@ -49,9 +49,9 @@ jobs:
arduino-cli core install esp32:esp32 arduino-cli core install esp32:esp32
- name: Compile Sketch - name: Compile Sketch
run: arduino-cli compile --fqbn esp32:esp32:esp32 --build-property build.partitions=min_spiffs --build-property upload.maximum_size=1966080 --build-property "build.extra_flags=-Wall -Wextra -Wpedantic -Werror -DESP32 -DCOMMON_IMAGE -DHW_LILYGO" ./Software run: arduino-cli compile --output-dir ./ --fqbn esp32:esp32:esp32 --build-property build.partitions=min_spiffs --build-property upload.maximum_size=1966080 --build-property "build.extra_flags=-Wall -Wextra -Wpedantic -Werror -DESP32 -DCOMMON_IMAGE -DHW_LILYGO" ./Software
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
path: esp32.esp32.esp32/Software.ino.bin path: Software.ino.bin