Fix path to artifacts
This commit is contained in:
parent
f5cb63646b
commit
3b1d2d8205
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue