Update build workflows

This commit is contained in:
Willy-JL
2023-06-09 16:24:09 +01:00
parent ebb8387545
commit c1bf94da12
4 changed files with 8 additions and 8 deletions

View File

@@ -28,8 +28,8 @@ jobs:
run: |
set -e
for TARGET in ${TARGETS}; do
TARGET="$(echo "${TARGET}" | sed 's/f//')"; \
./fbt TARGET_HW=$TARGET updater_package
TARGET_HW="$(echo "${TARGET}" | sed 's/f//')"; \
./fbt TARGET_HW=$TARGET_HW updater_package
done
- name: "Check for uncommitted changes"