Allow run.json to be overwritten.

The CI does multiple build runs so we need to handle it being
overwritten.

Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
Narfinger 2025-05-22 09:30:27 +02:00
parent 4c1a09e17b
commit b3f4575bc6

View file

@ -174,6 +174,7 @@ jobs:
with: with:
name: runs.json name: runs.json
path: support/hitrace-bencher/runs.json path: support/hitrace-bencher/runs.json
overwrite: true
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with:
# Upload the **unsigned** artifact - We don't have the signing materials in pull request workflows # Upload the **unsigned** artifact - We don't have the signing materials in pull request workflows