Revert "Actions: Move all Linux packaging into subdir (#7332)" (#7334)

This reverts commit f3ff80963a.
This commit is contained in:
Austin
2025-07-13 20:54:52 -04:00
committed by GitHub
parent f3ff80963a
commit 29cca4d621
11 changed files with 31 additions and 32 deletions

View File

@@ -10,8 +10,8 @@ elif (echo $2 | grep -q "nrf52"); then
bin/build-nrf52.sh $1
elif (echo $2 | grep -q "stm32"); then
bin/build-stm32.sh $1
elif (echo $2 | grep -q "rp2xx0"); then
bin/build-rp2xx0.sh $1
elif (echo $2 | grep -q "rpi2040"); then
bin/build-rpi2040.sh $1
else
echo "Unknown target $2"
exit 1