Skip to content

Commit 55868a1

Browse files
committed
Fix homebrew formula path - formulas are in root directory
1 parent e1af0a2 commit 55868a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119
# Clone the tap repository
120120
git clone https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/jsando/homebrew-tools.git
121121
122-
# Update the formula
123-
cp mpu.rb homebrew-tools/Formula/
122+
# Update the formula (formulas are in root directory)
123+
cp mpu.rb homebrew-tools/
124124
125125
# Commit and push
126126
cd homebrew-tools
127127
git config user.name "github-actions[bot]"
128128
git config user.email "github-actions[bot]@users.noreply.github.com"
129-
git add Formula/mpu.rb
129+
git add mpu.rb
130130
git commit -m "Brew formula update for mpu version ${{ github.ref_name }}"
131131
git push

0 commit comments

Comments
 (0)