From 01704420315fa4426371a817f65d36220abc883b Mon Sep 17 00:00:00 2001 From: Silabs-ThieuVu <65759766+Silabs-ThieuVu@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:39:25 +0700 Subject: [PATCH] Update 01-Generate_Firmware.yaml --- .github/workflows/01-Generate_Firmware.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-Generate_Firmware.yaml b/.github/workflows/01-Generate_Firmware.yaml index 9535f658..4240538b 100644 --- a/.github/workflows/01-Generate_Firmware.yaml +++ b/.github/workflows/01-Generate_Firmware.yaml @@ -210,7 +210,8 @@ jobs: echo "Run bash script" bash execute_integration_test.sh $BOARD_NAME_MG12 $TASK $COMPONENT $ADAPTER_SN_MG12 $COMPILER echo "Generate MG24 image" - cd .. + cd ${{ github.workspace }} + ls -la mv -v build build_MG12 ls -la rm -rf build @@ -231,7 +232,7 @@ jobs: uses: actions/upload-artifact@v4.3.4 with: name: firmware_mg12_gcc - path: ${{ github.workspace }}/build/test/integration_test/build_MG12/${{ env.BOARD_NAME_MG12 }}/ + path: ${{ github.workspace }}/build_MG12/test/integration_test/build/${{ env.BOARD_NAME_MG12 }}/ warn: Output a warning but do not fail the action retention-days: 90 - name: Upload firmware MG24