Fix Windows zip failures and update MATLAB toolbox packaging#6
Conversation
- Update 'Package Binaries' step to use 7-Zip on Windows runners to fix zip failures. - Simplify packaging logic for non-Windows platforms. - Update 'Package Toolbox' step to package the MATLAB toolbox programmatically, using the GitHub release tag for the version number and 'Pyraview Team' as the author. - Create a complete .prj file with a fixed GUID for toolbox packaging.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Update 'Package Binaries' step to use 7-Zip on Windows runners to fix zip failures. - Simplify packaging logic for non-Windows platforms. - Update 'Package Toolbox' step to package the MATLAB toolbox programmatically, using the GitHub release tag for the version number and 'Pyraview Team' as the author. - Create a complete .prj file with a fixed GUID for toolbox packaging. - Enable 'workflow_dispatch' on release jobs to allow manual triggering without tags.
This PR updates the
.github/workflows/build_and_release.ymlfile.Package Binaries:
zipwith7zon Windows runners to avoid file locking issues and ensure reliable archiving.zipcommand for Linux and macOS to archive all contents ofbuild/bin.Package Toolbox:
toolboxPackaging.prjto a fully programmatic approach that generates apyraview.prjfile on the fly.GITHUB_REF_NAMEenv var), stripping any leading 'v'.PR created automatically by Jules for task 10291462098558351599 started by @stevevanhooser