ci: fix path for uploading logs on failure

This commit is contained in:
2026-03-16 15:25:09 +01:00
committed by Jan Wyzula
parent 14a6b04b11
commit 1351fcd47b
+1 -1
View File
@@ -55,5 +55,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: pytest-logs
path: ./logs/*.log
path: ./bec/logs/*.log
retention-days: 7