From 0001d1487e52d47139d10b5dd26f795feb55a4da Mon Sep 17 00:00:00 2001 From: silabs-bingocth Date: Mon, 26 Aug 2024 06:52:44 +0700 Subject: [PATCH] Update generate_firmware.yaml --- .github/workflows/generate_firmware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_firmware.yaml b/.github/workflows/generate_firmware.yaml index bde17f91..484fcbad 100644 --- a/.github/workflows/generate_firmware.yaml +++ b/.github/workflows/generate_firmware.yaml @@ -259,7 +259,7 @@ jobs: write-mode: overwrite - name: Generate Firmwares run: | - sudo chmod 777 . + sudo -R chmod 777 . ./generate.sh $COMMAND $COMPONENT $PLATFORM $COMPILER $SECURITY - name: Zip Release # You may pin to the exact commit or the version.