Fixed target in action.
All checks were successful
Deploy firmware via FTP (master) / Build and FTP Sync (push) Successful in 2m26s

This commit is contained in:
2026-03-13 14:03:38 +01:00
parent eed8f1365d
commit b7a0aa47c8

View File

@@ -28,7 +28,7 @@ jobs:
python -m pip install platformio
- name: Build firmware bundle
run: pio run -e uno
run: pio run -e uno_linux
- name: Install lftp client
run: |