Fix path to artifacts

This commit is contained in:
jgromes 2024-12-31 13:24:30 +01:00
parent f5cb63646b
commit 3b1d2d8205

View file

@ -194,7 +194,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: size-file-${{ matrix.id }}
path: size_${{ matrix.id }}.csv
path: extras/test/ci/size_${{ matrix.id }}.csv
metrics:
runs-on: ubuntu-latest