mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
CI: Use correct path to upload ref test dumps
This commit is contained in:
parent
c6fccc04e1
commit
923ec456ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
|
@ -191,7 +191,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: libweb-test-artifacts-${{ inputs.os_name }}
|
||||
path: ${{ github.workspace }}/Build/UI/test-dumps
|
||||
path: ${{ github.workspace }}/Build/UI/Headless/test-dumps
|
||||
retention-days: 7
|
||||
if-no-files-found: ignore
|
||||
|
||||
|
|
Loading…
Reference in a new issue