From 11c32595832e1330ec9b215470f67c86ac325e76 Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Wed, 11 Sep 2024 14:25:13 +0700 Subject: [PATCH] Update generate_firmware.yaml --- .github/workflows/generate_firmware.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/generate_firmware.yaml b/.github/workflows/generate_firmware.yaml index fcb44667..a490aafb 100644 --- a/.github/workflows/generate_firmware.yaml +++ b/.github/workflows/generate_firmware.yaml @@ -46,16 +46,17 @@ jobs: - name: Generate Firmware run: | - pwd && + pwd cd docker ls -la cd gcc-arm-none-eabi-10.3-2021.10/bin ls -la - cd .. + cd ../.. ls -la chmod -R 777 . - cd Test/ && - ls -la && + cd Test/ + ls -la + export TOOL_DIRS=docker/gcc-arm-none-eabi-10.3-2021.10/bin ./generate_fw.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY - name: Zip Release