debugging in ci

try ./ instead of {{github.workspace}} (could have been missing spaces on either side, eg {{ github.workspace }})
This commit is contained in:
Eric 2023-11-22 16:21:37 +11:00
parent f1f9d7a825
commit 4b6db30f64
No known key found for this signature in database

View File

@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: integration-tests-logs
path: ${{github.workspace}}/tests/integration/logs/
path: ./tests/integration/logs/
retention-days: 1
coverage: