-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix Release Metadata Comparison #2250
Conversation
@@ -544,7 +544,7 @@ jobs: | |||
id: download-binaries | |||
uses: actions/download-artifact@v4 | |||
with: | |||
pattern: artifacts-binary-${{env.NETWORK}}-${{github.run_id}} | |||
pattern: artifacts-binary-local-${{github.run_id}} |
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 was the main fix, but also swapped from dev to local so that we could also tag any parachain related pallet changes.
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.
👍 great!
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.
let 'er rip
Goal
The goal of this PR is to fix metadata comparison in the release process.
Discussion