mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Fix ohos.yml bencher file size on main (#42997)
Renaming the job in #42929 silently broke the evaluation here. Testing: Can only be tested on main / in priviledge contexts / otherwise the unsigned binary is anyway built. Fixes: ohos bencher failing on main (since the wrong binary name is chosen) Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
committed by
GitHub
parent
712b7b3b63
commit
baf2d0fc8a
2
.github/workflows/ohos.yml
vendored
2
.github/workflows/ohos.yml
vendored
@@ -155,7 +155,7 @@ jobs:
|
||||
with:
|
||||
target: ohos-${{ matrix.target }}
|
||||
profile: ${{ inputs.profile }}
|
||||
compressed-file-path: ${{ inputs.profile }}-binary-ohos-${{ matrix.target }}/servoshell-default-${{ needs.build.outputs.signed && 'signed' || 'unsigned' }}.hap
|
||||
compressed-file-path: ${{ inputs.profile }}-binary-ohos-${{ matrix.target }}/servoshell-default-${{ needs.build-openharmony.outputs.signed && 'signed' || 'unsigned' }}.hap
|
||||
binary-path: libs/${{ matrix.target == 'aarch64-unknown-linux-ohos' && 'arm64-v8a' || matrix.target == 'x86_64-unknown-linux-ohos' && 'x86_64' }}/libservoshell.so
|
||||
file-size: true
|
||||
speedometer: false
|
||||
|
||||
Reference in New Issue
Block a user