mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Renaming the openharmony build job in #42929 caused artifact_ids to be empty, which caused release failures. Additionally, we add a validation step to the upload workflow, to quickly pinpoint the issue of a missing input parameter, since apparently github won't throw an error if a required input parameter is empty. This should make it easier to pinpoint the issue if it happens again. Testing: Not tested. --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>