From 54c192011122bf310fe864943e47687c7def9310 Mon Sep 17 00:00:00 2001 From: Silabs-ThieuVu <65759766+Silabs-ThieuVu@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:10:12 +0700 Subject: [PATCH] Update 01-Generate_Firmware.yaml --- .github/workflows/01-Generate_Firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/01-Generate_Firmware.yaml b/.github/workflows/01-Generate_Firmware.yaml index 5dde4018..4392dad0 100644 --- a/.github/workflows/01-Generate_Firmware.yaml +++ b/.github/workflows/01-Generate_Firmware.yaml @@ -228,13 +228,13 @@ 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 }}/${{ env.COMPILER }}/ + path: ${{ github.workspace }}/build/test/integration_test/build_MG12/${{ env.BOARD_NAME_MG12 }}/ warn: Output a warning but do not fail the action retention-days: 90 - name: Upload firmware MG24 uses: actions/upload-artifact@v4.3.4 with: name: firmware_mg24_gcc - path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME_MG24 }}/${{ env.COMPILER }}/ + path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME_MG24 }}/ warn: Output a warning but do not fail the action retention-days: 90