diff --git a/.github/workflows/manual_dist.yml b/.github/workflows/manual_dist.yml index b66539d293..bf834b3850 100644 --- a/.github/workflows/manual_dist.yml +++ b/.github/workflows/manual_dist.yml @@ -147,7 +147,7 @@ jobs: ls bsp/$RTT_BSP/dist pwd - uses: actions/upload-artifact@v3 - if: ${{ github.event.inputs.bsp_options.dist_flag }} + if: ${{ github.event.inputs.dist_flag }} with: name: dist_file path: ${{ github.workspace }}/${{ github.event.inputs.bsp_options }}/* diff --git a/.github/workflows/manual_trigger_scons_STM32_all.yml b/.github/workflows/manual_trigger_scons_STM32_all.yml index 65157373f1..bd9dc15f4f 100644 --- a/.github/workflows/manual_trigger_scons_STM32_all.yml +++ b/.github/workflows/manual_trigger_scons_STM32_all.yml @@ -169,7 +169,7 @@ jobs: ls bsp/$RTT_BSP/dist pwd - uses: actions/upload-artifact@v3 - if: ${{ github.event.inputs.bsp_options.dist_flag }} + if: ${{ github.event.inputs.dist_flag }} env: RTT_BSP: ${{ matrix.legs.RTT_BSP }} RTT_TOOL_CHAIN: ${{ matrix.legs.RTT_TOOL_CHAIN }} diff --git a/.github/workflows/manual_trigger_scons_except_STM32_all.yml b/.github/workflows/manual_trigger_scons_except_STM32_all.yml index 87f69ee25a..5318331294 100644 --- a/.github/workflows/manual_trigger_scons_except_STM32_all.yml +++ b/.github/workflows/manual_trigger_scons_except_STM32_all.yml @@ -356,10 +356,10 @@ jobs: ls bsp/$RTT_BSP/dist pwd - uses: actions/upload-artifact@v3 - if: ${{ github.event.inputs.bsp_options.dist_flag }} + if: ${{ github.event.inputs.dist_flag }} env: RTT_BSP: ${{ matrix.legs.RTT_BSP }} RTT_TOOL_CHAIN: ${{ matrix.legs.RTT_TOOL_CHAIN }} with: name: ${{ matrix.legs.RTT_BSP_NAME}} - path: ${{ github.workspace }}/${{matrix.legs.RTT_BSP}}/* \ No newline at end of file + path: ${{ github.workspace }}/${{matrix.legs.RTT_BSP}}/*