mirror of
https://github.com/servo/servo.git
synced 2025-06-02 15:25:31 +00:00
OHOS CI: Allow run.json to be overwritten in upload action. (#37083)
The CI does multiple build runs so we need to handle it being
overwritten.
Multiple different build of OHOS servoshell would fight for who is first
to upload run.json and the other would error out.
Now we allow both to succeed by overwrite the run.json
Testing: Testrun:
4268974880
Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>
This commit is contained in:
parent
7f0cebd442
commit
2353c0089f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ohos.yml
vendored
1
.github/workflows/ohos.yml
vendored
|
@ -174,6 +174,7 @@ jobs:
|
|||
with:
|
||||
name: runs.json
|
||||
path: support/hitrace-bencher/runs.json
|
||||
overwrite: true
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
# Upload the **unsigned** artifact - We don't have the signing materials in pull request workflows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue