CI: Use correct path to upload ref test dumps

This commit is contained in:
Timothy Flynn 2024-11-21 20:23:36 -05:00
parent c6fccc04e1
commit 923ec456ee

View file

@ -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