Skip to content

Fix Windows zip failures and update MATLAB toolbox packaging#6

Merged
stevevanhooser merged 3 commits intomainfrom
fix-windows-zip-failures-10291462098558351599
Feb 23, 2026
Merged

Fix Windows zip failures and update MATLAB toolbox packaging#6
stevevanhooser merged 3 commits intomainfrom
fix-windows-zip-failures-10291462098558351599

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This PR updates the .github/workflows/build_and_release.yml file.

  1. Package Binaries:

    • Replaced zip with 7z on Windows runners to avoid file locking issues and ensure reliable archiving.
    • Simplified the zip command for Linux and macOS to archive all contents of build/bin.
  2. Package Toolbox:

    • Switched from using toolboxPackaging.prj to a fully programmatic approach that generates a pyraview.prj file on the fly.
    • The toolbox version is now dynamically set from the GitHub release tag (via GITHUB_REF_NAME env var), stripping any leading 'v'.
    • Configured 'Pyraview Team' as the author.
    • Uses a fixed, permanent UUID for the project to ensure consistent updates.

PR created automatically by Jules for task 10291462098558351599 started by @stevevanhooser

- 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.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 2 commits February 23, 2026 01:27
- 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.
@stevevanhooser stevevanhooser merged commit 7018da4 into main Feb 23, 2026
3 checks passed
@stevevanhooser stevevanhooser deleted the fix-windows-zip-failures-10291462098558351599 branch February 23, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant