scionproto / scion

SCION Internet Architecture
https://www.scion-architecture.net/
Apache License 2.0
369 stars 156 forks source link

ci: include build version in file name of build artifacts #4525

Closed matzf closed 1 month ago

matzf commented 1 month ago

Previously the artifacts had static, generic names. This has always felt a bit clumsy, as downloading artifacts from multiple builds with a browser would usually result in automatically deduplicated file names like scion(5).tar.

After learning how the buildkite agent can interpolate variables in the pipeline during the pipeline upload (https://buildkite.com/docs/pipelines/environment-variables#variable-interpolation), it seems easy to improve this. Now the artifacts include the version, matching the name of the artifacts in releases.

matzf commented 1 month ago

This change is Reviewable