Skip to content

fix: resolve macOS release workflow build issues#15

Merged
Mitriyweb merged 2 commits into
mainfrom
fix-macos-release-workflow-3210667515787544315
Feb 27, 2026
Merged

fix: resolve macOS release workflow build issues#15
Mitriyweb merged 2 commits into
mainfrom
fix-macos-release-workflow-3210667515787544315

Conversation

@Mitriyweb

Copy link
Copy Markdown
Owner

This PR fixes several issues in the macOS release workflow that were causing build failures and potential deployment issues:

  1. The glob pattern check for the DMG file was failing because it was quoted, preventing the shell from expanding the wildcard. Replaced it with a more robust 'ls' based check.
  2. The Homebrew tap repository path was updated to the correct location under the project owner's namespace.
  3. The generated Homebrew formula was refactored to declare the version before it is used in the URL interpolation, ensuring the download link is correctly formed.

PR created automatically by Jules for task 3210667515787544315 started by @Mitriyweb

- Fix DMG existence check by removing quotes from glob pattern
- Correct Homebrew tap repository to Mitriyweb/homebrew-chaseai
- Move version declaration above URL in Homebrew formula for proper interpolation

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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.

…bilities

- Fix DMG existence check by removing quotes from glob pattern
- Correct Homebrew tap repository to Mitriyweb/homebrew-chaseai
- Move version declaration above URL in Homebrew formula for proper interpolation
- Resolve bun audit failure by pinning minimatch to 10.2.4 and updating devDependencies
- Synchronize bun.lock with package.json changes

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@Mitriyweb
Mitriyweb merged commit 9649150 into main Feb 27, 2026
2 checks passed
@Mitriyweb
Mitriyweb deleted the fix-macos-release-workflow-3210667515787544315 branch March 2, 2026 18:56
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