From fa2d25964d4b05f25902ad68e27e5c99febfbb35 Mon Sep 17 00:00:00 2001 From: Bich Vu Thi Ngoc <=> Date: Mon, 14 Oct 2024 09:05:53 +0700 Subject: [PATCH] fix firmware path to upload in generate firmware workflow --- .github/workflows/generate_firmware.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_firmware.yaml b/.github/workflows/generate_firmware.yaml index 81bf892b..8e31d6e1 100644 --- a/.github/workflows/generate_firmware.yaml +++ b/.github/workflows/generate_firmware.yaml @@ -151,7 +151,7 @@ jobs: uses: actions/upload-artifact@v4.3.4 with: name: firmware_mg24_gcc - path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME }}/integration_test_iec60730_invariable_memory/NS/ + path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME }}/${{ env.COMPILER }}/integration_test_iec60730_invariable_memory/NS/ warn: Output a warning but do not fail the action retention-days: 90 job2: @@ -288,6 +288,6 @@ jobs: uses: actions/upload-artifact@v4.3.4 with: name: firmware_mg12_gcc - path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME }}/integration_test_iec60730_invariable_memory/NS/ + path: ${{ github.workspace }}/build/test/integration_test/build/${{ env.BOARD_NAME }}/${{ env.COMPILER }}/integration_test_iec60730_invariable_memory/NS/ warn: Output a warning but do not fail the action retention-days: 90