Skip to content

Commit

Permalink
workflows: Fix path to run-tests artifats
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktoria Kuna <[email protected]>
  • Loading branch information
wkkuna committed Feb 6, 2025
1 parent e79b8d1 commit 146ea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ jobs:
with:
name: run_tests_log_${{ matrix.test }}_${{ matrix.version }}
path: |
test/asm_test/*.log
test/*.log
test/**/${{ matrix.test }}*.log

0 comments on commit 146ea3f

Please sign in to comment.