ci: rename dual envs and fix tag-triggered builds for OLED and e-ink

Rename WioTrackerL1_companion_radio_dual_settings → WioTrackerL1_companion_dual
and WioTrackerL1Eink_companion_radio_dual → WioTrackerL1Eink_companion_dual.

Fix CI workflow: remove hardcoded branch refs so both build jobs check out
the tagged commit; add version extraction to each build job (previously
GIT_TAG_VERSION was only set in the release job, leaving FIRMWARE_VERSION
empty during builds); update build commands to use new env names.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-24 00:13:34 +02:00
parent 631bd543bf
commit 137b0234d5
4 changed files with 11 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ build_companion_firmwares() {
}
build_wio_tracker_l1_firmwares() {
build_firmware "WioTrackerL1_companion_radio_dual_settings"
build_firmware "WioTrackerL1_companion_dual"
}
build_room_server_firmwares() {