Skip to content

Commit

Permalink
fix: homebrew support
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 1, 2024
1 parent f5bfec0 commit dc8437f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
id: release
run: |
# Download files from the latest release and calculate their SHA256 checksums
gh release view --json tagName,assets
gh release view --json tagName,assets > release.json
cat release.json
echo "X86_URL=$(jq -r '.assets[] | select(.name | contains("x86_64-apple-darwin")) | .url' release.json)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit dc8437f

Please sign in to comment.