Conversation
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions release workflow to publish the built CLI and GUI JARs to GitHub Releases using a different release-asset upload action.
Changes:
- Replace
actions/upload-release-asset@v1withsoftprops/action-gh-release@v2for CLI and GUI JAR uploads. - Switch from
asset_path/asset_nametofiles(and addname) for those uploads.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
📝 Acceptance Test Report📋 Summary✅ The rule acceptance has passed for commit 8be231b 📊 Notices ComparisonNew Errors (0 out of 1000 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1000 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1000 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1000 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check3 out of 1003 sources (~0 %) are corrupted.
🔍 System errors for mdb-1114 (reference)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]🔍 System errors for mdb-1114 (latest)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]🔍 System errors for mdb-1123 (reference)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]🔍 System errors for mdb-1123 (latest)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]🔍 System errors for mdb-9 (reference)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]🔍 System errors for mdb-9 (latest)[
{
"code": "i_o_error",
"severity": "ERROR",
"totalNotices": 1,
"sampleNotices": [
{
"exception": "java.util.zip.ZipException",
"message": "Archive is not a ZIP archive"
}
]
}
]💾 Out of Memory CheckNo datasets experienced an OutOfMemoryError. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
📜 Memory Consumption
|
|
Tested by creating a branch that commented out all release triggers in all the actions (except publish_assets.yml) and doing a pre-release from this branch. |
Closes #2009
This PR replaces #2063
Summary:
Summarize the changes in the pull request including how it relates to any issues (include the #number, or link them).
Expected behavior:
Explain and/or show screenshots for how you expect the pull request to work in your testing (in case other devices exhibit different behavior).
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything