Skip to content

Commit

Permalink
Update 01-Generate_Firmware.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Oct 17, 2024
1 parent 7f05c31 commit 0170442
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/01-Generate_Firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -231,7 +232,7 @@ jobs:
uses: actions/[email protected]
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
Expand Down

0 comments on commit 0170442

Please sign in to comment.