-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
label artifact version and feature selection in CI #264
Conversation
@@ -102,13 +108,13 @@ jobs: | |||
- name: Upload rbuilder artifact | |||
uses: actions/upload-artifact@v4 | |||
with: | |||
name: rbuilder-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }} | |||
name: rbuilder-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.configs.target }}${{ matrix.features && '-' }}${{ matrix.features }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this results in such filenames:
rbuilder-workflows-release-version-6725aee-aarch64-unknown-linux-gnu-redact-sensitive
why is the workflows-release-version
useful? this seems to be added by this change π€
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no strong feelings. I dropped it, updated run here.
π Summary
allow specifying compilation features and add version to artifact names in release workflow.
β I have completed the following steps:
successful run: https://github.com/flashbots/rbuilder/actions/runs/12154595107