Skip to content

Commit

Permalink
Specify bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
hegza committed Jul 30, 2024
1 parent 3c16f79 commit 02c1061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mmaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.device }}.elf
path: ${{ matrix.device }}.elf
path: ./examples/hpc/test-memory-maps/${{ matrix.device }}.elf
if-no-files-found: error
retention-days: 14

Expand Down

0 comments on commit 02c1061

Please sign in to comment.