mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
ci: Fix ohos test artifact name (#35143)
I'm not quite sure why a workflow run would have a duplicate artifact name for test_output, but hopefully this patch should fix upload failures such as in https://github.com/servo/servo/actions/runs/12922254914/job/36037850582 Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
76530a857e
commit
935364b7bc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ohos.yml
vendored
1
.github/workflows/ohos.yml
vendored
|
@ -232,6 +232,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: test_output
|
||||
name: hos-${{ inputs.profile }}-test-output
|
||||
- name: Check success
|
||||
run: |
|
||||
# would be empty if servo crashed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue