mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: test_output
|
path: test_output
|
||||||
|
name: hos-${{ inputs.profile }}-test-output
|
||||||
- name: Check success
|
- name: Check success
|
||||||
run: |
|
run: |
|
||||||
# would be empty if servo crashed.
|
# would be empty if servo crashed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue