-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix firmware path to upload in generate firmware workflow
- Loading branch information
Bich Vu Thi Ngoc
committed
Oct 14, 2024
1 parent
fd6cbe7
commit fa2d259
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,7 +151,7 @@ jobs: | |
uses: actions/[email protected] | ||
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/[email protected] | ||
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 |