diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 090ea309..a81e7edf 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -122,8 +122,8 @@ jobs: export REPO="$(basename "$GITHUB_REPOSITORY")" export HEXNAME=`tr ':' '.' <<<"${{ matrix.fqbn }}"` - export SERIAL_NUM=`cat ./board2port.yaml | shyaml get-value $HEXNAME.".".$REPO.".".${{ matrix.port_name}}` - export DEVICE=`cat ./board2port.yaml | shyaml get-value $HEXNAME.".".$REPO.".".${{ matrix.device}}` + export SERIAL_NUM=`cat ./board2port.yaml | shyaml get-value $HEXNAME.$REPO.${{ matrix.port_name}}` + export DEVICE=`cat ./board2port.yaml | shyaml get-value $HEXNAME.$REPO.${{ matrix.device}}` export PORT=`./find_usb.sh $SERIAL_NUM` echo "Port Serial Num: ".$SERIAL_NUM echo "Port found: ".$PORT