forked from scionproto/scion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: include build version in file name of build artifacts (scionproto…
…#4525) 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.
- Loading branch information
Showing
2 changed files
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters