Skip to content

Commit 947121a

Browse files
committed
fix ulog upload path
1 parent 2c37122 commit 947121a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sitl_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
path: |
122122
logs/**/**/**/*.log
123123
logs/**/**/**/*.ulg
124-
build/px4_sitl_default/rootfs/*.ulg
124+
build/px4_sitl_default/tmp_mavsdk_tests/rootfs/log/**/*.ulg
125125
126126
- name: Look at Core files
127127
if: failure() && ${{ hashFiles('px4.core') != '' }}

0 commit comments

Comments
 (0)