mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Changes the asset name on github releases to include the platform. We map the default platform name (e.g. linux) to something closer to the target triple (x86_64-linux-gnu), since the architecture and env are important details. This allows uploading more than one artifact per OS, which is important for macos nightlies now. We additionally continue uploading the artifacts under the old name, which effectively duplicates assets, to keep the asset name stable during a transition period. This is useful for easily bisecting servo using release assets, without needing to consider name changes. Testing: Tested by manually triggering a release workflow Fixes: #39973 --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>